import type { TCardFooterProps } from './Card.type'; declare const CardFooter: (props: TCardFooterProps) => import("react/jsx-runtime").JSX.Element; export default CardFooter;