import { StepperOrientation } from '../../../stepper/types'; /** * Internal properties configurable for a step */ export declare class StepInternals { orientation: StepperOrientation; last: boolean; position: number; }