interface CodeBlockProps { lang?: string; codeChildren: React.ReactNode; allowExecution?: boolean; } export declare const CodeBlock: import('react').MemoExoticComponent<({ lang, codeChildren, allowExecution }: CodeBlockProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=MessageCodeBlock.d.ts.map