import { ElementRef } from '@angular/core'; export declare class DataGridFieldsComponent { elementRef: ElementRef; constructor(elementRef: ElementRef); }