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