import React from 'react'; import type { CardBodyProps } from './interface'; declare const CardBody: React.FC; export default CardBody;