export declare function provideFormErrors(errorsObject: {
    [p: string]: string;
}): import("@angular/core").EnvironmentProviders;
