import { type IAnimation, type IOptionLoader, type RangeValue, type RecursivePartial } from "@tsparticles/engine"; export declare class GradientAngleAnimation implements IAnimation, IOptionLoader { count: RangeValue; decay: RangeValue; delay: RangeValue; enable: boolean; speed: RangeValue; sync: boolean; constructor(); load(data?: RecursivePartial): void; }