import { type IDelta, type Particle } from "tsparticles-engine"; export declare function updateSize(particle: Particle, delta: IDelta): void;