import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A whirling animation that spirals elements through space like a twister. */ export declare function tornado(options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=tornado.d.ts.map