/// import { CodeEditorProps, CodeEditorRef } from "./CodeEditor"; export declare type TextEditorProps = CodeEditorProps; export declare type TextEditorRef = CodeEditorRef; export declare const TextEditor: import("react").ForwardRefExoticComponent>;