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