export declare type TAlertType = 'danger' | 'warning' | 'success' | 'info';