import { WalletName } from '@solana/wallet-adapter-base'; export declare const MWA_NOT_FOUND_ERROR = "MWA_NOT_FOUND_ERROR"; export declare const HARDCODED_WALLET_STANDARDS: { id: string; name: WalletName; url: string; icon: string; }[]; declare const ExampleAllWallets: () => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element; export default ExampleAllWallets;