import { AfterViewInit, ElementRef } from '@angular/core'; export declare class CellComponent implements AfterViewInit { private _elementRef; constructor(_elementRef: ElementRef); ngAfterViewInit(): void; }