import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ST_AnimationChartBuildType } from "./ST_AnimationChartBuildType";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_AnimationChartBuildProperties extends Base {
    static $t: Type;
    private b;
    private e;
    constructor();
    get a(): ST_AnimationChartBuildType;
    set a(a: ST_AnimationChartBuildType);
    get d(): Nullable$1<boolean>;
    set d(a: Nullable$1<boolean>);
    static g(a: XmlPartManagerBase, b: ST_AnimationChartBuildType, c: Nullable$1<boolean>): {
        p1: ST_AnimationChartBuildType;
        p2: Nullable$1<boolean>;
    };
    static h(a: XmlPartManagerBase, b: string, c?: Nullable$1<boolean>, d?: ST_AnimationChartBuildType): void;
    toString(): string;
}
