import { type IOptionLoader, type RangeValue, type RecursivePartial } from "tsparticles-engine"; import type { IRollLight } from "../Interfaces/IRollLight"; export declare class RollLight implements IRollLight, IOptionLoader { enable: boolean; value: RangeValue; constructor(); load(data?: RecursivePartial): void; }