import type { QuietAnimationOptions, QuietTransitionAnimation } from '../types.js'; /** @description A mesmerizing animation that spins elements into view with prismatic color shifts. */ export declare function kaleidoscope(_options?: Partial): QuietTransitionAnimation; //# sourceMappingURL=kaleidoscope.d.ts.map