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