import { LitElement } from 'lit'; export declare class Modal extends LitElement { static styles: import("lit").CSSResult[]; visible: boolean | undefined; _ref_modal: HTMLElement; constructor(); updated(changedProperties: Map): void; _closeModal(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=modal.d.ts.map