import { RenderGroupCellProps } from './types'; import { ObjectForExtending } from '../types'; export declare const KEYS_ROW_GROUPED: { [K in keyof RenderGroupCellProps]: K; }; export declare const KEY_GROUPED_COL = "_group-col"; export declare const ITEM_ID_GROUPED_ROWS = "groupingRows"; export declare const NAME_TRIGGER_DROPDOWN_GROUPED_ROWS = "GROUPING_ROWS_TRIGGER";