import { RecursivePartial } from "../../../../Types";
import { IValueWithRandom } from "../../../Interfaces/IValueWithRandom";
import { ValueWithRandom } from "../../ValueWithRandom";
export declare class OrbitRotation extends ValueWithRandom {
    constructor();
    load(data?: RecursivePartial<IValueWithRandom>): void;
}
