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