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