import type { QuietAnimation, QuietAnimationOptions } from '../types.js'; /** @description A playful bounce that moves up and down. */ export declare function bounce(_options?: Partial): QuietAnimation; //# sourceMappingURL=bounce.d.ts.map