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