import { ElementViewTemplate } from "@microsoft/fast-element"; import type { Popover } from "./popover.js"; /** * The template for the Popover component. * @public */ export declare function PopoverTemplate(options?: any): ElementViewTemplate; export declare const template: ElementViewTemplate; //# sourceMappingURL=popover.template.d.ts.map