/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnDestroy, QueryList } from "@angular/core"; import { NzResizeObserver } from "ng-zorro-antd/cdk/resize-observer"; import * as i0 from "@angular/core"; export declare class NzTrMeasureComponent implements AfterViewInit, OnDestroy { private nzResizeObserver; private ngZone; listOfMeasureColumn: readonly string[]; readonly listOfAutoWidth: EventEmitter; listOfTdElement: QueryList; private destroy$; constructor(nzResizeObserver: NzResizeObserver, ngZone: NgZone); trackByFunc(_: number, key: string): string; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }