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