import type { IParticlesOptions } from "../Options/Interfaces/Particles/IParticlesOptions.js";
export type ParticlesGroups = Record<string, IParticlesOptions>;
