/// import { IAlertProps } from '../Alert'; export declare const AlertItem: import("react").ForwardRefExoticComponent & { onAlertItemClose?: () => void; classItemName?: string; } & import("react").RefAttributes>; export default AlertItem;