import * as React from 'react'; import { CheckboxPropsType } from './PropsType'; declare const Checkbox: React.FC; export default Checkbox;