export interface StepBarContext { activeStepId: number; idCounter?: string; lastChildIndex?: number; orientation: 'horizontal' | 'vertical'; } export declare const StepBarContext: import("react").Context; export default StepBarContext;