import { AfterContentInit, ElementRef, QueryList } from '@angular/core'; import { KbqLine } from '@koobiq/components/core'; import * as i0 from "@angular/core"; export declare class KbqList { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class KbqListItem implements AfterContentInit { private elementRef; lines: QueryList; constructor(elementRef: ElementRef); ngAfterContentInit(): void; handleFocus(): void; handleBlur(): void; getHostElement(): HTMLElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }