import { member } from "../../../core";
export interface RemoteConnectionPointDriverInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    FilterThreshold?: member<number>;
    TargetPoint?: member<any>;
    TargetVector?: member<[number, number, number]>;
    TargetSize?: member<number>;
    TargetOrientation?: member<any>;
    LocalPoint?: member<any>;
    LocalVector?: member<any>;
    LocalOrientation?: member<any>;
    LocalSize?: member<any>;
}
export declare function RemoteConnectionPointDriver(props: RemoteConnectionPointDriverInput): any;
//# sourceMappingURL=RemoteConnectionPointDriver.d.ts.map