import { AnchorRect } from './anchor/anchor-rect'; export declare const overlay: (anchors: { id: string; rect: AnchorRect; }[], options: { height: string; width: string; }) => import("lit-html/lib/template-result").SVGTemplateResult; export default overlay;