import { Props } from './index'; interface StyleProps extends Props { selected?: boolean; } export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, Partial, never>; export declare const StyledBox: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const StyledText: import("styled-components").StyledComponent<"span", any, Partial, never>; export {};