import { CodeBlock } from '../components/CodeBlock/CodeBlock.tsx'; export declare function useMDXComponents(): { CodeBlock: typeof CodeBlock; };