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