import { ElementRef } from '@angular/core'; import { AtOptionComponent } from './at-option.component'; export declare class AtOptionLiComponent { private elementRef; el: Element; selected: boolean; active: boolean; atOption: AtOptionComponent; atShowActive: boolean; compareWith: (o1: any, o2: any) => boolean; atActiveOption: AtOptionComponent; atListOfSelectedValue: any[]; constructor(elementRef: ElementRef); }