import { CardProps } from '../../propType'; declare const Card: (props: CardProps) => JSX.Element; export default Card;