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