import { type IValueWithRandom, type RecursivePartial, ValueWithRandom } from "@tsparticles/engine";
export declare class OrbitRotation extends ValueWithRandom {
    constructor();
    load(data?: RecursivePartial<IValueWithRandom>): void;
}
