/// import { TCardProps } from "@type/card"; declare const Card: ({ card }: TCardProps) => JSX.Element; export default Card;