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