import { TEasingType } from './types'; /** * Calculate easing value */ export declare function easing(progress: number, easingType?: TEasingType): number; //# sourceMappingURL=easing.d.ts.map