import { ElementRef } from '@angular/core'; import { JdOptionComponent } from './jd-option.component'; export declare class JdOptionLiComponent { private elementRef; el: Element; selected: boolean; active: boolean; jdOption: JdOptionComponent; jdShowActive: boolean; compareWith: (o1: any, o2: any) => boolean; jdActiveOption: JdOptionComponent; jdListOfSelectedValue: any[]; constructor(elementRef: ElementRef); }