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