import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PgOptionDirective { elementRef: ElementRef; pgOption: any; _classPgOption: boolean; _classPgOptionFocus: boolean; get value(): any; get display(): any; _focused: boolean; get focused(): boolean; set focused(val: boolean); itemSelected: EventEmitter; constructor(elementRef: ElementRef); onMouseOver(): void; onMouseOut(): void; onClick(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }