import { SelectCheckboxProps, SelectInputProps } from './SelectField.types'; export type SelectFieldProps = SelectCheckboxProps | SelectInputProps; declare const _default: import("uniforms").ConnectedField; export default _default; //# sourceMappingURL=SelectField.d.ts.map