import { type TemplateResult } from '../../../../Dom/Html'; import type { WizardElement } from './WizardElement'; /** * The template of the `WizardElement`. * * @public */ export declare function wizardElementTemplate(e: T): TemplateResult; //# sourceMappingURL=WizardElementTemplate.d.ts.map