/// import { BadgeProps } from './types'; declare const Badge: { (props: BadgeProps): JSX.Element; defaultProps: { color: string; max: number; variant: string; anchorOrigin: string; }; }; export default Badge;