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