import { type IOptionLoader, OptionsColor, type RangeValue, type RecursivePartial } from "@tsparticles/engine"; import type { ITwinkleLinksValues } from "../Interfaces/ITwinkleLinksValues.js"; export declare class TwinkleLinksValues implements ITwinkleLinksValues, IOptionLoader { color?: OptionsColor; enable: boolean; frequency: number; opacity: RangeValue; constructor(); load(data?: RecursivePartial): void; }