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