import type { IOptionsColor } from "@tsparticles/engine"; export interface ILightGradient { start: string | IOptionsColor; stop: string | IOptionsColor; }