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