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