import { Size } from './index'; interface StyleProps { size?: Size; disabled?: boolean; selected?: boolean; } export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, StyleProps, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", any, {}, never>; export declare const StyledCircle: import("styled-components").StyledComponent<"span", any, StyleProps, never>; export declare const StyledFill: import("styled-components").StyledComponent<"div", any, StyleProps, never>; export declare const StyledText: import("styled-components").StyledComponent<"span", any, StyleProps, never>; export {};