import { Card } from './Card'; import type { CardProps } from './Card.types'; export type { CardProps }; export { Card };