import React from 'react'; import { CellGroupProps, CellGroupRef, CellProps, CellRef } from './type'; export interface GroupContextParams { isFromGroup: boolean; } export declare const GroupContext: React.Context; export declare function componentGenerator

(Comp: React.ForwardRefExoticComponent

>): React.ForwardRefExoticComponent & React.RefAttributes>;