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