import type { IOptionLoader, RangeValue, RecursivePartial } from "tsparticles-engine"; import type { IRotateAnimation } from "../Interfaces/IRotateAnimation"; export declare class RotateAnimation implements IRotateAnimation, IOptionLoader { decay: RangeValue; enable: boolean; speed: RangeValue; sync: boolean; constructor(); load(data?: RecursivePartial): void; }