export declare const Root: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
    disabled?: boolean | undefined;
}, never>;
export declare const OuterCircle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
    size: number;
}, never>;
export declare const InnerCircle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
    size: number;
    selected?: boolean | undefined;
}, never>;
export declare const Label: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Text/Text").TextProps & import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & import("styled-system").PositionProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>>, never>;
