import { IBlockType } from '../../../store/storetype'; import { CreateOptionsRes } from '../../formTypes'; import React from 'react'; interface MEditorTableProps { data: CreateOptionsRes<'editorTable'>; current: IBlockType; } declare const _default: React.MemoExoticComponent<(props: MEditorTableProps) => JSX.Element>; export default _default;