/// import { BadgeProp } from './constants'; declare const Badge: (props: BadgeProp) => JSX.Element; export default Badge;