import { type StepperLabelPosition } from './Stepper.types'; export type StepperContextValue = { labelPosition: StepperLabelPosition; }; export declare const StepperContext: import("react").Context;