import type { InnerDecayAnimation, RubberBandDecayConfig } from './utils';
export declare function rubberBandDecay(animation: InnerDecayAnimation, now: number, config: RubberBandDecayConfig): boolean;
//# sourceMappingURL=rubberBandDecay.d.ts.map