import { Card } from 'antd'; export type { CardProps } from 'antd/lib/card'; export * from 'antd/lib/card'; export default Card;