declare const createBezierEasing: (x1: any, y1: any, x2: any, y2: any) => (t: any) => number; export default createBezierEasing;