import { AnimationTimingFunction } from './animation.type'; export type CubicBezierReturnType = ReturnType; export declare function cubicBezier(p1x: number, p1y: number, p2x: number, p2y: number): AnimationTimingFunction; //# sourceMappingURL=cubic-bezier.d.ts.map