import { ErrorListProps } from "@rjsf-koszti/core"; declare const ErrorList: ({ errors }: ErrorListProps) => JSX.Element; export default ErrorList;