import { AbstractControl, UntypedFormGroup } from '@angular/forms'; export declare const markAllAsTouchedAndDirty: (form: UntypedFormGroup) => void; export declare const markAllAsUntouchedAndPristine: (...controls: AbstractControl[]) => void;