/// <reference types="react" />
import { ErrorListProps } from '@rjsf/core';
declare const ErrorList: ({ errors }: ErrorListProps) => JSX.Element;
export default ErrorList;
