import React from 'react'; import { CodeBlockEditorProps } from '../codeblock'; export declare const CodeMirrorEditor: ({ language, nodeKey, code, focusEmitter }: CodeBlockEditorProps) => React.JSX.Element;