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