import { useWallet } from "@solana/wallet-adapter-react";
export declare const SolanaWalletProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const useSolanaWallet: typeof useWallet;
