import { BadgeProps } from "./Badge.definitions"; import { CSSProps } from "../CSSProps"; interface WithThemeOverride { themeOverride: CSSProps; } export declare const OuterCircle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & Pick & WithThemeOverride, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const InnerCircle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & Pick & WithThemeOverride, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const TextContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export {};