declare type CheckboxVariant = 'primary' | 'secondary' | 'tertiary'; export declare type Props = { variant?: CheckboxVariant; checked?: boolean; disabled?: boolean; error?: boolean; indeterminate?: boolean; }; declare const _default: import("styled-components").StyledComponent<"input", any, { type: "checkbox"; } & Props, "type">; export default _default; declare const CheckboxIconStyle: import("styled-components").StyledComponent<"span", any, import("../Icon/IconStyle").Props & Props, never>; declare const CheckboxWrapperStyle: import("styled-components").StyledComponent<"div", any, Props, never>; export { CheckboxWrapperStyle, CheckboxIconStyle }; //# sourceMappingURL=CheckboxStyle.d.ts.map