import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TuiItemsWithMoreService extends Observable<number> {
    private readonly el;
    private readonly directive;
    protected readonly stream$: Observable<number>;
    constructor();
    private getOverflowIndex;
    private getIndexStart;
    private getIndexEnd;
    private getOverflowIndexMultiline;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiItemsWithMoreService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TuiItemsWithMoreService>;
}
