export type AlertType = 'info' | 'danger' | 'success' | 'warning' | 'dark'