/// import { Badge } from './types'; interface Props { badge: Badge; } export default function InputBadge({ badge }: Props): JSX.Element; export {};