import { type SingleOrMultiple } from "@tsparticles/engine"; import { type DivEvent, type IInteractivityData } from "@tsparticles/plugin-interactivity"; import type { DestroyContainer } from "./Types.js"; export declare function divDestroy(container: DestroyContainer, divs: SingleOrMultiple, destroyMode: string): void; export declare function mouseDestroy(container: DestroyContainer, interactivityData: IInteractivityData): void;