import React from 'react'; import type { CryptoWalletProps } from './types/crypto_wallet_props'; declare const CryptoWallet: React.FC; export default CryptoWallet; //# sourceMappingURL=CryptoWallet.d.ts.map