import * as React from "react"; import { CardPropsT } from "./types"; export declare const Card: React.FC;