import { TextEditorProps } from './TextEditor.types'; export declare const TextEditor: (props: TextEditorProps) => import("react/jsx-runtime").JSX.Element;