import { Flex } from '@chakra-ui/react'; import type { ICardFooter } from './types'; export const CardFooter = (props: ICardFooter) => ( );