export declare const StepContext: import("react").Context<{ orientation: "vertical" | "horizontal"; stepCount: number; currentStep: number; stepIndex: number; onChange?: () => void; }>; //# sourceMappingURL=context.d.ts.map