const connect = useTrustWallet(); connect();
function useTrustWallet(): (connectOptions?: { chainId?: number;}) => Promise<TrustWallet>;
let returnType: (connectOptions?: { chainId?: number;}) => Promise<TrustWallet>;
connect function to connect to the Trust wallet