/** */ /// import { RichTextType } from '..'; declare const RawEditor: (props: RichTextType) => JSX.Element; export default RawEditor;