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