import React from 'react'; import type { TextEditorProps } from './TextEditor.types'; export declare const TinyMCETextEditor: (props: TextEditorProps) => React.JSX.Element;