export declare class GroupCategory {
    id: number;
    name: string;
    label: string;
    isRowCategory: boolean;
}
