import TemplateControl from "../../core/TemplateControl.js"; export default class PopupWindow extends TemplateControl { static observedAttributes: string[]; root: ShadowRoot; titleElement: HTMLElement; container: HTMLSlotElement; prepare(): Promise; onChildAdded(child: Element): void; onChildRemoved(child: HTMLElement): void; attributeChangedCallback(name: any, oldValue: any, newValue: any): void; } //# sourceMappingURL=PopupWindow.d.ts.map