Returns the wallet image for the provided wallet id.
function useWalletImage( id: undefined | WalletId,): UseQueryResult<string, Error>;
let id: undefined | WalletId;
let returnType: UseQueryResult<string, Error>;