import { FormGroup } from '@angular/forms'; export declare class FormService { getAggregateError(form: FormGroup): string; }