import Card, { CardProps as TCardProps } from './Card'; export type CardProps = TCardProps; export default Card;