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