import type { ElementViewTemplate } from "@microsoft/fast-element"; import type { CardPreview } from "./card-preview.js"; /** * The template for the Fluent Card Preview web-component. * @public */ export declare function cardPreviewTemplate(): ElementViewTemplate; export declare const template: ElementViewTemplate; //# sourceMappingURL=card-preview.template.d.ts.map