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