import type { CardBodyProps } from './card-body.type'; declare const CardBody: (props: CardBodyProps) => import("react/jsx-runtime").JSX.Element; export default CardBody; //# sourceMappingURL=card-body.d.ts.map