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