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