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