//#region modules/jb-notification/wrapper/lib/jb-notification-wrapper.d.ts declare class JBNotificationWrapperWebComponent extends HTMLElement { constructor(); initWebComponent(): void; static get observedAttributes(): string[]; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; onAttributeChange(name: string, value: string): void; } //#endregion export { JBNotificationWrapperWebComponent }; //# sourceMappingURL=jb-notification-wrapper.d.ts.map