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