import React from 'react'; declare const Connector: ({ depth, type }: any) => React.JSX.Element; export default Connector;