export declare type NotificationType = typeof NotificationType[keyof typeof NotificationType]; export declare const NotificationType: { readonly DEFAULT: "default"; readonly SUCCESS: "success"; readonly WARNING: "warning"; readonly CRITICAL: "critical"; }; //# sourceMappingURL=notification-type.d.ts.map