import type { ElementViewTemplate } from "@microsoft/fast-element"; import type { MultiViewController } from "./multi-view-controller.js"; /** * The template for the {@link @fabric-msft/fabric-web#MultiViewController} component. * @public */ export declare const template: ElementViewTemplate; //# sourceMappingURL=multi-view-controller.template.d.ts.map