interface Props { backgroundColorName?: string; externalLabel?: boolean; disabled?: boolean; checked?: boolean; } interface CheckedProps { checked?: boolean; disabled?: boolean; } interface RadioIndicatorProps { size: "medium" | "large"; } export declare const RadioIndicator: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, RadioIndicatorProps, never>; export declare const RadioRoot: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const RadioContent: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, Props, never>; export declare const IndicatorArea: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, CheckedProps, never>; export declare const IconHolder: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const Label: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, Props, never>; export declare const Text: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, CheckedProps, never>; export declare const Input: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>; export {};