import * as i0 from '@angular/core'; import { OnInit, AfterContentInit, QueryList } from '@angular/core'; import * as rxjs from 'rxjs'; import { Subject, ReplaySubject, Observable, BehaviorSubject } from 'rxjs'; declare class NzOverflowItemDirective { private nzResizeObserver; private elementRef; private cdr; overflowStyle: Record | undefined; itemWidth$: rxjs.Observable; itemWidth: number | undefined; setItemStyle(display: boolean, order: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NzOverflowRestDirective { private nzResizeObserver; private elementRef; private cdr; restStyle: Record | undefined; restWidth$: rxjs.Observable; restWidth: number; setRestStyle(display: boolean, order: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NzOverflowSuffixDirective { private nzResizeObserver; private elementRef; private cdr; suffixStyle: {}; suffixWidth$: rxjs.Observable; suffixWidth: number; setSuffixStyle(start: number | null, order: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ declare class NzOverflowContainerComponent implements OnInit, AfterContentInit { private nzResizeObserver; private elementRef; private cdr; private destroyRef; contentInit$: Subject; overflowItems: QueryList | undefined; overflowSuffix: NzOverflowSuffixDirective | undefined; overflowRest: NzOverflowRestDirective | undefined; overflowItems$: ReplaySubject>; containerWidth$: Observable; restWidth$: BehaviorSubject; suffixWidth$: BehaviorSubject; suffixFixedStart$: BehaviorSubject; displayCount$: BehaviorSubject; restReady$: BehaviorSubject; maxRestWith$: Observable; omittedItems$: Observable; displayRest$: Observable; updateDisplayCount(count: number, notReady?: boolean): void; ngOnInit(): void; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzOverflowModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NzOverflowContainerComponent, NzOverflowItemDirective, NzOverflowModule, NzOverflowRestDirective, NzOverflowSuffixDirective };