import { TemplateRef } from '@angular/core'; import { TuiItemsWithMoreDirective } from './items-with-more.directive'; import { TuiItemsWithMoreService } from './items-with-more.service'; import * as i0 from "@angular/core"; import * as i1 from "./items-with-more.directive"; export declare class TuiItemsWithMoreComponent { protected readonly service: TuiItemsWithMoreService; protected readonly directive: TuiItemsWithMoreDirective; protected readonly more: import("@angular/core").Signal | undefined>; protected readonly items: import("@angular/core").Signal[]>; protected readonly isMoreHidden: import("@angular/core").Signal; readonly lastIndexChange: import("@angular/core").OutputRef; readonly lastIndex: import("@angular/core").Signal; protected isHidden(index: number): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }