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