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