import type { CardProps } from './Card.types'; /** * Card component definition. */ declare const Card: (props: CardProps) => import("react/jsx-runtime").JSX.Element; export default Card;