/// import { WalletCellProps } from './type'; declare function WalletCell({ walletId, country, showCountry, ...props }: WalletCellProps): import("react").JSX.Element; export default WalletCell;