import { FormInstance } from '../interface'; declare const useWatch: (field: string | string[], form?: FormInstance) => any; export default useWatch;