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