/// import { CardContentProps } from './types'; declare const CardContent: (props: CardContentProps) => JSX.Element; export default CardContent;