/** * 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 { AfterContentInit, OnDestroy, QueryList } from "@angular/core"; import { Observable } from "rxjs"; import { NzCellFixedDirective } from "../cell/cell-fixed.directive"; import { NzThMeasureDirective } from "../cell/th-measure.directive"; import { NzTableStyleService } from "../table-style.service"; import * as i0 from "@angular/core"; export declare class NzTrDirective implements AfterContentInit, OnDestroy { private nzTableStyleService; listOfNzThDirective: QueryList; listOfCellFixedDirective: QueryList; private destroy$; private listOfFixedColumns$; private listOfColumns$; listOfFixedColumnsChanges$: Observable; listOfFixedLeftColumnChanges$: Observable; listOfFixedRightColumnChanges$: Observable; listOfColumnsChanges$: Observable; isInsideTable: boolean; constructor(nzTableStyleService: NzTableStyleService); ngAfterContentInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }