export declare const ease: string;
export declare const easeIn: string;
export declare const easeInBack: string;
export declare const easeInCirc: string;
export declare const easeInCubic: string;
export declare const easeInExpo: string;
export declare const easeInOut: string;
export declare const easeInOutBack: string;
export declare const easeInOutCirc: string;
export declare const easeInOutCubic: string;
export declare const easeInOutExpo: string;
export declare const easeInOutQuad: string;
export declare const easeInOutQuart: string;
export declare const easeInOutQuint: string;
export declare const easeInOutSine: string;
export declare const easeInQuad: string;
export declare const easeInQuart: string;
export declare const easeInQuint: string;
export declare const easeInSine: string;
export declare const easeOut: string;
export declare const easeOutBack: string;
export declare const easeOutCirc: string;
export declare const easeOutCubic: string;
export declare const easeOutExpo: string;
export declare const easeOutQuad: string;
export declare const easeOutQuart: string;
export declare const easeOutQuint: string;
export declare const easeOutSine: string;
export declare const elegantSlowStartEnd: string;
export declare const linear: string;
export declare const stepEnd: string;
export declare const stepStart: string;
