/// import { CheckBoxProps } from './types'; declare const CheckBox: (props: CheckBoxProps) => JSX.Element; export default CheckBox;