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