import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DropDownMenuItemDirective implements OnChanges { private el; private render; disabled: boolean; itemClass: boolean; constructor(el: ElementRef, render: Renderer2); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }