import { BadgeProps } from './interfaces'; export { BadgeProps }; export default function Badge({ color, children, ...rest }: BadgeProps): JSX.Element;