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