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