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