import 'twin.macro'; export declare const MWA_NOT_FOUND_ERROR = "MWA_NOT_FOUND_ERROR"; import { IUnifiedTheme } from '../../contexts/UnifiedWalletContext'; import { AllLanguage } from '../../contexts/TranslationProvider/i18n'; declare const ExampleAllWallets: React.FC<{ theme: IUnifiedTheme; lang: AllLanguage; }>; export default ExampleAllWallets;