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