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