import * as React from "react"; import { UnparsedErrorProviderProps } from "./UnparsedErrorProviderProps"; import { FormContextInterface } from "../FormProvider"; export declare class UnparsedErrorProvider extends React.Component { static readonly propTypes: import("prop-types").ValidationMap; render(): React.ReactNode; protected renderChildren: (context: FormContextInterface>) => React.ReactNode; }