import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A subtle animation that scales elements up from below with a gentle overshoot. */ export declare function scale(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=scale.d.ts.map