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