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