import { AfterViewInit, ElementRef } from "@angular/core"; import { ListModel, Action } from "survey-core"; import { BaseAngular } from "../../base-angular"; import * as i0 from "@angular/core"; export declare class ListItemComponent extends BaseAngular implements AfterViewInit { element: any; model: Action; listModel: ListModel; elementRef: ElementRef; get elementId(): string | undefined; get ariaSelected(): string | undefined; get ariaChecked(): string | undefined; get class(): string; get itemStyle(): any; click(event: any): void; pointerdown(event: any): void; get itemComponent(): string; getModel(): Action; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }