import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_AnimationBuildType } from "./ST_AnimationBuildType"; import { ST_AnimationChartOnlyBuildType } from "./ST_AnimationChartOnlyBuildType"; /** * @hidden */ export declare class ST_AnimationChartBuildType 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_AnimationChartBuildType; g(): string; static b(a: string): ST_AnimationChartBuildType; h(): string; }