import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A hypnotic animation that draws elements from a swirling dimensional portal. */ export declare function vortex(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=vortex.d.ts.map