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