import { type IOptionLoader, type RangeValue, type RecursivePartial } from "tsparticles-engine"; import type { IWobbleSpeed } from "../Interfaces/IWobbleSpeed"; export declare class WobbleSpeed implements IWobbleSpeed, IOptionLoader { angle: RangeValue; move: RangeValue; constructor(); load(data?: RecursivePartial): void; }