import React from "react";
import { ICardProps } from "../../models/ICard";
declare const Card: React.FC<ICardProps>;
export default Card;
