import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_ChartBuildStep } from "./ST_ChartBuildStep"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_AnimationChartElement extends Base { static $t: Type; private h; private f; private b; constructor(); get g(): Nullable$1; set g(a: Nullable$1); get e(): Nullable$1; set e(a: Nullable$1); get a(): ST_ChartBuildStep; set a(a: ST_ChartBuildStep); static j(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: ST_ChartBuildStep): { p1: Nullable$1; p2: Nullable$1; p3: ST_ChartBuildStep; }; static k(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: ST_ChartBuildStep): void; toString(): string; }