import type { XyNamePath } from "../core"; /** * Observes a field (or the complete model) from a descendant of XyForm. * It is the Composition API counterpart to Ant Design Form.useWatch. */ export declare function useXyFormWatch(name?: XyNamePath): import("vue").ComputedRef | T | undefined>;