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; //# sourceMappingURL=overlay.d.ts.map