import { FunctionComponent } from 'react'; import { BadgeProps } from './types'; declare const Badge: FunctionComponent; export default Badge;