import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum KeyFrameEffectEasing {
    CubicInOut = 0,
    ExponentialInOut = 1,
    CircleInOut = 2,
    Linear = 3
}
/**
 * @hidden
 */
export declare let KeyFrameEffectEasing_$type: Type;
