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