import { BaseEditor } from "slate"; /** * * @param editor * @returns if editor selection in inside a single table cell (td or th). */ export declare function checkIfSingleCellSelected(editor: BaseEditor): boolean;