import { Editor, Path } from 'slate'; declare function useIsCellSelected(path: Path, table: any, editor: Editor, cellType?: string): boolean; export default useIsCellSelected;