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