import { Control, FieldPath, FieldValues } from 'react-hook-form'; import { FieldComponents } from './form'; export interface FormErrorFieldProps = FieldPath> { control?: Control; name?: TName; message?: string; className?: string; components?: Partial; } export declare const FormErrorField: { = FieldPath>({ control, name, message, className, components, }: FormErrorFieldProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; //# sourceMappingURL=form-error-field.d.ts.map