import { member } from "../../../core";
export interface RotateRight_LongInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    A?: member<any>;
    Rotate?: member<any>;
}
export declare function RotateRight_Long(props: RotateRight_LongInput): any;
//# sourceMappingURL=RotateRight_Long.d.ts.map