import React from 'react';
import type { BadgeLabelProps, BadgeProps } from './Badge.types';
export declare const Badge: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLDivElement>> & {
    Label: React.ForwardRefExoticComponent<BadgeLabelProps & React.RefAttributes<HTMLSpanElement>>;
};
