import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A springy animation that stretches and squashes elements like elastic rubber. */ export declare function rubber(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=rubber.d.ts.map