import React from "react"; import { CardProps } from "./types"; declare const Card: React.FC>; export default Card;