/// import { ICheckboxProps } from '../../checkbox'; import { IFormComponentProps } from '../shared'; export declare type IFormCheckboxFieldProps = IFormComponentProps, 'checked'>>; export declare function FormCheckboxField(props: IFormCheckboxFieldProps): JSX.Element;