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