import { Size } from './Size'; declare type ContentLabelProps = { checked?: boolean; size: Size; }; declare type ShortenedLabelProps = { checked?: boolean; size: Size; maxWidth: string | number; }; export declare const Content: import("styled-components").StyledComponent<"span", any, ContentLabelProps, never>; export declare const ShortenedContent: import("styled-components").StyledComponent<"span", any, ContentLabelProps & ShortenedLabelProps, never>; export declare const RadioInput: import("styled-components").StyledComponent<"input", any, {}, never>; export declare const OptionsGroupContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export {};