import type { IOptionsColor, IParticlesOptions, IRangeHsl, IValueWithRandom, RecursivePartial, SingleOrMultiple } from "tsparticles-engine"; export interface ISplit { color?: string | IOptionsColor; colorOffset?: Partial; count: number; factor: IValueWithRandom; particles?: SingleOrMultiple>; rate: IValueWithRandom; sizeOffset: boolean; }