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