import { Editor, Path } from "slate"; export declare const checkIfIsSelectionOnlyInTable: (editor: Editor, tablePath: Path) => boolean;