export declare const DEFAULT_ROW = 5; export declare const WRAPPER_MAXHEIGHT = 360; export declare const WRAPPER_MAXWIDTH = 500; export declare const WRAPPER_MINWIDTH = 260; export declare const DURATION = 3000; export declare type MessageType = 'success' | 'error' | 'warning' | 'info'; export declare const TYPE_CONFIG: { success: { icon_color: string; showCloseButton: boolean; autoClose: boolean; }; error: { icon_color: string; showCloseButton: boolean; autoClose: boolean; }; warning: { icon_color: string; showCloseButton: boolean; autoClose: boolean; }; info: { icon_color: string; showCloseButton: boolean; autoClose: boolean; }; };