import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class GroupData extends Base { static $t: Type; c: string; a: any; b: string; }