/// interface CellGroupContextValue { clickable?: boolean; } declare const CellGroupContext: import("react").Context; export default CellGroupContext;