import { ElementRef } from '@angular/core'; import { ListComponent } from './list.component'; import * as i0 from "@angular/core"; import * as i1 from "../../common/sapphire-view-encapsulation"; import * as i2 from "../../common/focused.directive"; export declare class ListItemComponent { private elementRef; list: ListComponent; constructor(elementRef: ElementRef, list: ListComponent); get _isInteractive(): boolean; get _role(): string | undefined; get _isLastItem(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }