import React from 'react'; declare type LinkBadgeProps = { link: string | undefined; }; declare const LinkBadge: React.FC; export default LinkBadge;