import { type IOptionLoader, type RangeValue, type RecursivePartial } from "@tsparticles/engine"; import type { IRemove } from "../Interfaces/IRemove.js"; export declare class Remove implements IRemove, IOptionLoader { quantity: RangeValue; constructor(); load(data?: RecursivePartial): void; }