import { ElementViewTemplate } from '@microsoft/fast-element'; import type { CitationReference } from './citation-reference.js'; /** * The template for the CitationReference component. * @public */ export declare function CitationReferenceTemplate(): ElementViewTemplate; export declare const template: ElementViewTemplate; //# sourceMappingURL=citation-reference.template.d.ts.map