function autoConnect( props: AutoConnectProps & { wallets?: Array<Wallet> },): Promise<boolean>;
The auto-connect configuration properties
let props: AutoConnectProps & { wallets?: Array<Wallet> };
let returnType: Promise<boolean>;
a promise resolving to true or false depending on whether the auto connect function connected to a wallet or not