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