import { Block } from 'slate'; import { Option } from './option'; export declare type TableOption = { columnWidth: number; maxWidth: number; }; export declare function createTable(opts: Required