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