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