import { ReactNode } from 'react'; import { FieldValues, UseFormSetValue } from 'react-hook-form'; export declare function PageFormSetValue(props: { children: (setValue: UseFormSetValue) => ReactNode; }): import("react/jsx-runtime").JSX.Element;