import { BaseEditor, NodeEntry, Path } from "slate"; export declare const unMergeCells: (event: any, { editor }: { editor: any; }) => void; export declare function isValidForUnMerging([cell, path]: NodeEntry): boolean; export declare const getDisabledCols: (editor: BaseEditor, tablePath: Path) => any[];