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