import type { RangeValue } from "@tsparticles/engine"; export interface IWobbleSpeed { angle: RangeValue; move: RangeValue; }