/**
 * Retrieves a list of registered wallets available to the dApp sorted by preference.
 */
export declare function useWallets(): import("@mysten/wallet-standard").WalletWithRequiredFeatures[];
