export type AlertType = 'info' | 'success' | 'error' | 'warning';