import { AlertProps } from './types';
declare const Alert: ({ className, style, status, layout, title, message, dismissable, onClick, badge, badgeBackground, badgeColor, rounded, }: AlertProps) => import("react/jsx-runtime").JSX.Element;
export default Alert;