import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A 3D animation that flips elements into view along their vertical axis. */ export declare function flipY(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=flip-y.d.ts.map