import type { FieldValues, UseFormReturn } from 'react-hook-form'; import type { CreateConfig, CreatePropsDefinition, Field, RenderField, RenderFields, UseFormParameters } from '.'; export interface FormConfig