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