import { AfterContentInit, QueryList, EventEmitter, ElementRef } from '@angular/core'; import { PgFieldComponent } from '../../pg-field.component'; import { PgFieldGridColumnDirective } from '../pg-field-grid-column.directive'; import * as i0 from "@angular/core"; export declare class PgFieldGridRowComponent implements AfterContentInit { elementRef: ElementRef; _templateChildren: QueryList; _componentChildren: QueryList; columns: { cols: any; child: PgFieldGridColumnDirective; }[]; fields: PgFieldComponent[]; notifyFieldsChange: EventEmitter; get hostElement(): ElementRef; constructor(elementRef: ElementRef); ngAfterContentInit(): void; getColClass(cols: any): string; private _initializeRowSpread; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }