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