import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { ISlow } from "../Interfaces/ISlow.js"; export declare class Slow implements ISlow, IOptionLoader { factor: number; radius: number; constructor(); load(data?: RecursivePartial): void; }