import { TDataGroup } from './group-types';
export declare class TableGrouper {
    group(groups: TDataGroup[]): TDataGroup[];
    private convertTableBlocksToTableGroups;
    private convertTableBlocksToTableRows;
}
