import type { WalkthroughStepsState } from '../../types/code-walkthrough';
export declare const CodeWalkthroughStepsContext: import("react").Context<WalkthroughStepsState>;
