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