import { BadgeProps } from "./Badge";
type StyledBadgeProps = Partial<BadgeProps> & {
    hasLabel?: boolean;
};
export declare const StyledBadge: import("styled-components").StyledComponent<"div", any, StyledBadgeProps, never>;
export {};
//# sourceMappingURL=Styles.d.ts.map