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