import React from 'react'; import { CheckboxPropType } from '../types'; declare const Checkbox: React.FC; export default Checkbox;