import { ReactNode } from 'react'; import { FieldValues, Path, PathValue, UseFormSetError } from 'react-hook-form'; export declare function PageFormWatch = Path, TValue = PathValue>(props: { watch: TFieldName; children: (value: TValue, setError: UseFormSetError) => ReactNode; }): import("react/jsx-runtime").JSX.Element;