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