import type { IParticlesOptions } from "../Options/Interfaces/Particles/IParticlesOptions"; export type ParticlesGroups = { [name: string]: IParticlesOptions; };