/** * Interface for properties inherited by child StepperItemElements. * * @public */ export interface IStepperInherited { /** * Inherited disabled state. */ disabled?: boolean; } /** * Context for Stepper → StepperItem inheritance. * * @public */ export declare const STEPPER_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=StepperInheritanceContext.d.ts.map