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