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