import { ElementRef, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PgDropDownItemDirective { elementRef: ElementRef; private _renderer; _classDropDown: boolean; isFocused: boolean; value: any; searchableTerms: string[]; id: string; get displayText(): any; constructor(elementRef: ElementRef, _renderer: Renderer2); onClick(): void; onMouseOver(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }