import { EventEmitter, ElementRef } from '@angular/core'; export declare class AmdOptionComponent { private elementRef; optionClick: EventEmitter<{}>; value: string; readonly content: string; private readonly nativeElement; constructor(elementRef: ElementRef); onClick(): void; }