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