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