import { FC } from 'react'; export interface RibbonProps { content?: string; className?: any; } declare const Ribbon: FC; export default Ribbon;