declare const CellGroupContext: import("react").Context<{
    divider: boolean;
    group: boolean;
} | null>;
export default CellGroupContext;
