export declare type AlertLevel = 'error' | 'success' | 'message' | 'warning';