import type { WalkthroughStepsState } from '../../../core/hooks';
export declare const CodeWalkthroughStepsContext: import("react").Context<WalkthroughStepsState>;
