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