export type NotificationVariant = 'info' | 'warn' | 'error' | 'success' | 'loading';
