import type { IDelta } from "tsparticles-engine"; import type { WobbleParticle } from "./Types"; export declare function updateWobble(particle: WobbleParticle, delta: IDelta): void;