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