export declare type Mode = 'simple' | 'default'; export declare type AlertType = 'success' | 'info' | 'warning' | 'error';