import { IgrGroupByKey } from "./igr-group-by-key";
export interface IgrGroupByExpandState {
    expanded?: boolean | string;
    hierarchy?: IgrGroupByKey[];
}
