import React from 'react'; import { IBlockType } from '../../../store/storetype'; import { CreateOptionsRes } from '../../formTypes'; import 'braft-editor/dist/index.css'; interface MEditorProps { data: CreateOptionsRes<'editor'>; current: IBlockType; } declare const _default: React.MemoExoticComponent<(props: MEditorProps) => JSX.Element>; export default _default;