import { ChangeDetectorRef, PipeTransform } from '@angular/core'; import { UntypedFormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class RowPipe implements PipeTransform { private context; constructor(cdRef: ChangeDetectorRef); transform(row: UntypedFormGroup): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }