import { Block } from 'slate'; import { Option } from './option'; export declare function createCell(opts?: Option, text?: string, data?: { [k: string]: string; }): Block;