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