import React from 'react'; import { AlertProps } from './types'; export declare const Alert: ({ children, variant, severity, size, icon, title, closable, onClose, action, role, autoFocus, ariaLive, ariaAtomic, id, IconInfo, IconSuccess, IconWarning, IconError, IconClose, ...props }: AlertProps) => React.JSX.Element;