import { ErrorListProps } from '@rjsf/utils'; /** * Shows a list of errors found in the form * * @public */ export declare const ErrorListTemplate: ({ errors, schema }: ErrorListProps) => import("react/jsx-runtime").JSX.Element;