import { Base, Type } from "./type"; import { AnimationKeyFrameProperty } from "./AnimationKeyFrameProperty"; import { UIElementPropertyId } from "./UIElementPropertyId"; /** * @hidden */ export declare class AnimationKeyFrame extends Base { static $t: Type; constructor(a: number); constructor(a: number, b: number); constructor(a: number, ..._rest: any[]); j: number; private i; private a; private h; get b(): AnimationKeyFrameProperty[]; g(a: UIElementPropertyId): AnimationKeyFrameProperty; static d(): AnimationKeyFrame; static e(a: number): AnimationKeyFrame; static f(a: number, b: AnimationKeyFrameProperty[]): AnimationKeyFrame; c(a: AnimationKeyFrameProperty): AnimationKeyFrame; }