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