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