import { ElementRef } from '@angular/core'; import { DropdownDirective } from './dropdown.directive'; import * as i0 from "@angular/core"; export declare class DropdownItemDirective { elementRef: ElementRef; private dropdown; onClick(event: any): void; constructor(elementRef: ElementRef, dropdown: DropdownDirective); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }