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