import { ElementRef, Renderer2 } from '@angular/core'; import { ChildEventChannel } from '../../core/events/child-event-channel'; import { AnimationService } from '../../core/ui/animation.service'; import * as i0 from "@angular/core"; export declare class PgListSelectItemComponent { elementRef: ElementRef; _renderer: Renderer2; _animation: AnimationService; private _eventChannel; animationDuration: number; get active(): boolean; set active(value: boolean); _handleKeyDown(event: KeyboardEvent): void; _active: boolean; get _elevationClass1(): boolean; _role: string; _ariaSelected: any; tabIndex: number; get _elevationClass2(): boolean; value: any; _globalPromise: Promise; _subtitleWrapperChild: ElementRef; get subtitleWrapperEl(): HTMLElement; get hostEl(): HTMLElement; constructor(elementRef: ElementRef, _renderer: Renderer2, _animation: AnimationService, _eventChannel: ChildEventChannel); private _setActiveState; handleClicked(): void; private _schedulePromise; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }