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