import type { FlexProps } from '@chakra-ui/react'; import { Flex } from '@chakra-ui/react'; export const WalletCard = ({ ...rest }: FlexProps) => { return ( ); };