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