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