import { BaseEditor, NodeEntry, Path } from 'slate'; export declare const getSpanningCell: (editor: BaseEditor, cellPath: Path) => NodeEntry;