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