import { ChangeDetectorRef, EventEmitter, OnInit } from "@angular/core"; import { Subject } from "rxjs"; import { EventBus, IEvent } from "@nova-ui/bits"; import { IHasChangeDetector } from "../../../../types"; import * as i0 from "@angular/core"; export declare class ListLeafItemComponent implements IHasChangeDetector, OnInit { changeDetector: ChangeDetectorRef; eventBus: EventBus; static lateLoadKey: string; icon: string; status: string; detailedUrl: string; label: string; canNavigate: boolean; url: string; navigated: EventEmitter; searchTerm: string; protected readonly destroy$: Subject; onButtonClick(): void; constructor(changeDetector: ChangeDetectorRef, eventBus: EventBus); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }