import { Ref } from 'react'; import { HTMLFieldProps } from 'uniforms'; import type { Option } from './types'; export type SelectFieldProps = HTMLFieldProps[]; checkboxes?: boolean; inline?: boolean; inputClassName?: string; inputRef?: Ref; }>; declare const _default: import("uniforms").ConnectedField; export default _default; //# sourceMappingURL=SelectField.d.ts.map