import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A playful animation that makes elements hop into view like a jumping frog. */ export declare function frog(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=frog.d.ts.map