import type { WalkthroughControlsState } from '../../hooks/code-walkthrough/use-code-walkthrough-controls';
export declare const CodeWalkthroughControlsStateContext: import("react").Context<WalkthroughControlsState>;
