import React from 'react'; import { IBadgeProps } from './Badge.types'; /** * Badge generates a small badge to the top-right of its child(ren). */ declare const Badge: React.FC; export default Badge;