import type { RangeValue } from "@tsparticles/engine"; export interface IRotateAnimation { decay: RangeValue; enable: boolean; speed: RangeValue; sync: boolean; }