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