/// import { BadgeLocation } from '../../../types'; interface LabelBadgeProps { className?: string; x: number; y: number; badge?: string; badgeColor?: string; badgeTextColor?: string; badgeBorderColor?: string; badgeClassName?: string; badgeLocation?: BadgeLocation; innerRef?: React.Ref; } declare const LabelBadge: import("react").ForwardRefExoticComponent>; export default LabelBadge; //# sourceMappingURL=LabelBadge.d.ts.map