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