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