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