import { Ref } from '@innet/dom'; import { type FormField } from '../useForm'; export declare function useField(defValue: V, ref?: Ref): FormField;