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