export declare const BezierEasing: (mX1: any, mY1: any, mX2: any, mY2: any) => (x: any) => any; export declare const colorEasing: (x: any) => any;