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