import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_AnimationBuildType } from "./ST_AnimationBuildType"; import { ST_AnimationDgmOnlyBuildType } from "./ST_AnimationDgmOnlyBuildType"; /** * @hidden */ export declare class ST_AnimationDgmBuildType extends Base { static $t: Type; private c; private d; get e(): Nullable$1; set e(a: Nullable$1); get f(): Nullable$1; set f(a: Nullable$1); static a(a: string): ST_AnimationDgmBuildType; g(): string; static b(a: string): ST_AnimationDgmBuildType; h(): string; }