import { AfterContentInit, ElementRef, TemplateRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PopoverItemComponent implements AfterContentInit { private _elementRef; defaultProps: { prefixCls: string; disabled: boolean; }; isActive: boolean; private _style; private _icon; get icon(): TemplateRef; set icon(value: TemplateRef); get style(): any; set style(value: any); set disabled(value: any); select: EventEmitter; amPopoverItem: boolean; get amPopoverItemActive(): boolean; get amPopoverItemDisabled(): boolean; touchStart(e: any): void; constructor(_elementRef: ElementRef); ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }