export declare type TAlert = { id: string; message: string; }; export declare type TAlertProvider = {};