import React from 'react'; import type { FieldValues, FormProps } from './types'; /** * Form component that handles submission, including optional `action` fetch and server error wiring. * * @see [API](https://react-hook-form.com/docs/useform/form) * * @example * ```tsx *
* ``` */ export declare function Form