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