import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A gentle animation that makes elements float into view with a subtle blur effect. */ export declare function drift(options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=drift.d.ts.map