import type { FieldPath, FieldValues, WatchProps } from './types'; /** * Component wrapper around `useWatch`. Re-renders only when watched fields change. * * @see [API](https://react-hook-form.com/docs/usewatch) * * @example * ```tsx * {foo} {bar}} * /> * ``` */ export declare const Watch: | readonly [FieldPath, ...FieldPath[]] | FieldPath[] | readonly FieldPath[] | undefined = undefined, TContext = any, TTransformedValues = TFieldValues, TComputeValue = undefined>(props: WatchProps) => import("react").ReactNode | import("react").ReactNode[]; //# sourceMappingURL=watch.d.ts.map