/** * Interface for properties inherited by child WizardStepElements. * * @public */ export interface IWizardInherited { /** * Inherited disabled state. */ disabled?: boolean; } /** * Context for Wizard → WizardStep inheritance. * * @public */ export declare const WIZARD_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=WizardInheritanceContext.d.ts.map