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