/**

*/
/// <reference types="react" />
import { RichTextType } from '..';
export declare const RichEditor: (props: RichTextType) => JSX.Element;
