import { CardType } from '../../propType'; declare const Card: (props: CardType) => import("react/jsx-runtime").JSX.Element; export default Card;