import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A simple animation that rotates in and out vertically. */ export declare function rotateY(options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=rotate-y.d.ts.map