export declare type TAlertItem = { id: string; children: string; onClose: (id: string) => void; }; export declare const AlertItem: import("refun").TComponent;