/// <reference types="react" />
import { CodeEditorProps } from './type';
declare const CodeEditor: import("react").NamedExoticComponent<CodeEditorProps>;
export default CodeEditor;
