import type { ElementViewTemplate } from "@microsoft/fast-element"; import type { Card } from "./card.js"; /** * The template for the {@link @fabric-msft/fabric-web#(Card:class)} component. * @public */ export declare function cardTemplate(): ElementViewTemplate; export declare const template: ElementViewTemplate; //# sourceMappingURL=card.template.d.ts.map