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