export declare const CheckboxWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const CheckboxInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>; export declare const Checkmark: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { isChecked: boolean; size: number; rounded: string; }, never>; export declare const CheckmarkSVG: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, { isChecked: boolean; size: number; }, never>; export declare const DisabledCheckmark: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, {}, never>; export declare const CheckboxLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, { isChecked: boolean; highlightedText?: boolean; fontSize?: number; }, never>; //# sourceMappingURL=styled.d.ts.map