import { ElementRef } from '@angular/core'; export declare class NzThDirective { private _elementRef; private _checkbox; private _expand; _el: HTMLElement; nzWidth: any; nzCheckbox: boolean; nzExpand: boolean; constructor(_elementRef: ElementRef); }