import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A smooth animation that lifts elements into view like an ascending elevator. */ export declare function elevator(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=elevator.d.ts.map