import type React from 'react'; import type { ICheckBox } from './types'; export declare const CheckBox: ({ size, color, label, Icon, labelPlacement, disabled, onChange, checked, indeterminate, loading, error, errorMessage, style, helpText, ariaDescribedBy }: ICheckBox) => React.JSX.Element;