export declare const statuses: { success: { icon: string; color: string; }; info: { icon: string; color: string; }; warning: { icon: string; color: string; }; error: { icon: string; color: string; }; }; export declare type statusType = keyof typeof statuses;