export interface CheckboxFieldBoxProps { checked?: boolean; isFocused?: boolean; } export declare const CheckboxFieldBox: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, CheckboxFieldBoxProps, never>; export declare const CheckboxInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>; export interface CheckboxFieldIconContainerProps { checked?: boolean; } export declare const CheckboxFieldIconContainer: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, CheckboxFieldIconContainerProps, never>; export declare const CheckboxFieldContainer: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;