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