import { BaseEditor, Node, NodeEntry } from 'slate'; export declare const incrementColSpan: (editor: BaseEditor, cellEntry: NodeEntry) => void; export declare const insertColAfter: (event: any, { editor }: { editor: any; }) => void; export declare const shortcutInsertColAfter: (event: any, editor: any, format: any, registryObj: any) => void;