import { BadgeVariants } from './badge.styles';
import { BadgeProps } from './badge.types';

declare function Badge({ className, variant, size, showBorder, children, prefixIcon, suffixIcon, id, ...props }: BadgeProps): import("react/jsx-dev-runtime").JSX.Element;
export { Badge, BadgeVariants };
//# sourceMappingURL=badge.d.ts.map