import { FormGroup } from '@angular/forms'; export declare abstract class ValidatorService { abstract getFormGroup(): FormGroup; }