import { FormStore } from './createFormStore'; import { NamePath } from './type'; export declare function useWatch(name: NamePath | [], form?: FormStore): any; export default useWatch;