export type TSeverity = | 'success' | 'secondary' | 'info' | 'warn' | 'danger' | 'contrast' | undefined | null;