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