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