/// import { EditorProps } from '../IProps'; declare function CreateEditor(props: EditorProps): JSX.Element; export default CreateEditor;