import { CheckBoxProps } from 'grommet'; import { IWithFormFieldProps, IFieldProps } from '../WithFormField'; export declare const CheckBoxField: (props: IWithFormFieldProps & IFieldProps & CheckBoxProps) => JSX.Element;