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