import { Base, Type } from "igniteui-webcomponents-core"; import { ST_Grouping } from "./ST_Grouping"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_Grouping extends Base { static $t: Type; private c; constructor(); get b(): ST_Grouping; set b(a: ST_Grouping); static e(a: XmlPartManagerBase, b: ST_Grouping): { p1: ST_Grouping; }; static f(a: XmlPartManagerBase, b: string, c: ST_Grouping): void; toString(): string; }