import { type IOptionLoader, type RecursivePartial, type SingleOrMultiple } from "@tsparticles/engine"; import type { IClickEvent } from "../../Interfaces/Events/IClickEvent.js"; export declare class ClickEvent implements IClickEvent, IOptionLoader { enable: boolean; mode: SingleOrMultiple; constructor(); load(data?: RecursivePartial): void; }