export type SnackbarSeverity = 'success' | 'error' | 'warning';
