import { CardProps } from "../types"; declare function Card(props: CardProps): import("react/jsx-runtime").JSX.Element; export default Card;