import type { IOptionsColor } from "@tsparticles/engine";
export interface IGrabLinks {
    blink: boolean;
    color?: string | IOptionsColor;
    consent: boolean;
    opacity: number;
}
