/// import React from 'react'; declare const SocketProvider: React.FunctionComponent<{ url: string; namespaces?: string[]; connectionOptions?: SocketIOClient.ConnectOpts; }>; export default SocketProvider;