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