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