import { FormGroup } from '@angular/forms'; export declare class NgxValidateService { constructor(); /** * This method will mark each formControl in the form as touched. * */ validateAllFormFields(formGroup: FormGroup | any): void; }