import './Contentcard.scss'; import { type ContentCardProps } from './types'; import { type FC } from 'react'; declare const ContentCard: FC; export default ContentCard;