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