import * as React from 'react'; import { CheckBoxProps } from './types'; export declare const CheckBox: React.FC;