import React from 'react'; declare const ConnectUsing: React.FC<{ connectorId: string; }>; export default ConnectUsing;