import { Base, Nullable$1, Type } from "igniteui-react-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<ST_AnimationBuildType>;
    set e(a: Nullable$1<ST_AnimationBuildType>);
    get f(): Nullable$1<ST_AnimationDgmOnlyBuildType>;
    set f(a: Nullable$1<ST_AnimationDgmOnlyBuildType>);
    static a(a: string): ST_AnimationDgmBuildType;
    g(): string;
    static b(a: string): ST_AnimationDgmBuildType;
    h(): string;
}
