import { FieldPath, FieldValues } from 'react-hook-form'; import { FormErrorSummaryProps } from './types'; /** * Displays a summary of all the errors contained on a react-hook-form. */ export declare const FormErrorSummary: = FieldPath>({ title, pageErrorMessage, minErrorCount, getErrorMessage, scrollIntoView, minSubmitCount, }: FormErrorSummaryProps) => import("@emotion/react/jsx-runtime").JSX.Element | null;