/// export type StepItemContext = { active?: boolean; }; export declare const StepItemContext: import("react").Context; export declare function useStepItemContext(): StepItemContext;