import { FieldError } from 'react-hook-form';
export declare function getFormFieldErrorText(error: FieldError | undefined): string | undefined;
