import { Type } from "./type"; /** * @hidden */ export declare const enum KeyFrameAnimationEffectPhase { Before = 0, Active = 1, After = 2, Idle = 3 } /** * @hidden */ export declare let KeyFrameAnimationEffectPhase_$type: Type;