import type { PropTypes } from '@material-ui/core'; import { CheckboxProps } from '@material-ui/core/Checkbox'; import { SwitchProps } from '@material-ui/core/Switch'; import { FieldProps } from 'uniforms'; export declare type BoolFieldProps = FieldProps; declare const _default: import("uniforms").ConnectedField; export default _default; //# sourceMappingURL=BoolField.d.ts.map