export enum NotificationStyleType { info = 'info' as any, warning = 'warning' as any, error = 'error' as any, success = 'success' as any }