import React from 'react'; import { CardMediaProps } from '@mui/material/CardMedia'; declare const CardMedia: React.FC; export default CardMedia;