import { TemplateResult } from 'lit'; /** * Used to create the "wrapping" effect around the anchor for overlays (es. autocomplete) * Works in conjunction with the 'overlayGapFixCorners()' function in 'overlay.ts' */ export declare function overlayGapFixCorners(): TemplateResult; /** * Applies inert to every other element on the page except the overlay. */ export declare function applyInertMechanism(overlay: HTMLElement): void; export declare function removeInertMechanism(): void; declare global { interface GlobalEventHandlersEventMap { willOpen: CustomEvent; willClose: CustomEvent; didOpen: CustomEvent; didClose: CustomEvent; } } //# sourceMappingURL=overlay.d.ts.map