import { AbstractControl } from "@angular/forms"; export declare class FormProvider { static ProcessRule(control: AbstractControl, config: any, isDynamicConfig?: boolean): boolean | { [key: string]: any; }; private static updateFormControlValue; private static forDisableUpdate; }