import { ElementRef, OnInit, ViewContainerRef } from '@angular/core'; import { PopupService } from 'safe-notification-popup'; import * as i0 from "@angular/core"; export declare class OptionsDropdownlistDirective implements OnInit { private _view; private el; dialog: PopupService; helpList: any; oppTitle: any; oppWidth: string; oppHeight: string; private component; constructor(_view: ViewContainerRef, el: ElementRef, dialog: PopupService); ngOnInit(): void; enter(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }