import { type Container } from "@tsparticles/engine"; import type { IParticlesJS } from "./IParticlesJS.js"; import type { InteractivityEngine } from "@tsparticles/plugin-interactivity"; declare const initParticlesJS: (engine: InteractivityEngine) => { pJSDom: Container[]; particlesJS: IParticlesJS; }; export { initParticlesJS };