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