import { Base, Nullable$1, Type } from "igniteui-webcomponents-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; set d(a: Nullable$1); static g(a: XmlPartManagerBase, b: ST_AnimationDgmBuildType, c: Nullable$1): { p1: ST_AnimationDgmBuildType; p2: Nullable$1; }; static h(a: XmlPartManagerBase, b: string, c?: ST_AnimationDgmBuildType, d?: Nullable$1): void; toString(): string; }