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