import type { BaseSelectFieldProps, ForwardRefPrimitive } from '../types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/selectfield) */ export declare const SelectField: ForwardRefPrimitive;