declare type ValueOf = T[keyof T]; export declare const NOTIFICATIONS_EVENTS: { readonly show: "hope-ui:show-notification"; readonly update: "hope-ui:update-notification"; readonly hide: "hope-ui:hide-notification"; readonly clear: "hope-ui:clear-notifications"; readonly clearQueue: "hope-ui:clear-notifications-queue"; }; export declare function createEvent(type: ValueOf, detail?: any): CustomEvent; export {}; //# sourceMappingURL=notification.events.d.ts.map