import type { QuietAnimation, QuietAnimationOptions } from '../types.js'; /** @description Smooth scaling up and down with elastic feel */ export declare function pop(_options?: Partial): QuietAnimation; //# sourceMappingURL=pop.d.ts.map