import { Checkbox } from './types'; export declare const Container: import("styled-components").StyledComponent<"label", any, Checkbox.CheckboxContainer, never>; export declare const CheckboxContainer: import("styled-components").StyledComponent<"span", any, { type?: string; }, never>; export declare const CheckboxInput: import("styled-components").StyledComponent<"input", any, { checkBoxColor?: string; checkboxType?: Checkbox.Props['type']; }, never>; export declare const CheckboxLabel: import("styled-components").StyledComponent<"span", any, { type?: string; }, never>;