/// import { StepsProps } from './steps'; export interface StepsContextValue extends Pick, 'nodes' | 'activeIndex' | 'activeStatus' | 'type'> { clickable: boolean; } export declare const StepsContext: import("react").Context;