import type { StringFormField } from '@douglasneuroinformatics/libui-form-types'; import type { Simplify } from 'type-fest'; import type { BaseFieldComponentProps } from '../types.ts'; export type StringFieldSelectProps = Simplify & Extract, { options: object; }>>; export declare const StringFieldSelect: ({ description, disabled, error, label, name, options, readOnly, setValue, value }: StringFieldSelectProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StringFieldSelect.d.ts.map