///
import type { BadgeLabelProps, BadgeProps } from './Badge.types';
export declare const StyledBadge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, BadgeProps>> & string;
export declare const StyledBadgeLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, BadgeLabelProps>> & string;