import type { FC } from "react"; import { CardProps } from "./Card.interface"; declare const Card: FC; export default Card;