import { CellSelection } from'prosemirror-tables';
/**
* Predicate checking whether the selection is a [[`CellSelection`]].
*
* @paramvalue - the value to check
*/exportdeclarefunctionisCellSelection(value: unknown): value is CellSelection;
export * from'prosemirror-tables';