import { ChangeDetectorRef, ElementRef, QueryList, SimpleChanges } from '@angular/core'; import { ChipComponent } from '../chip/chip.component'; import * as i0 from "@angular/core"; export declare class ChipListComponent { private cdr; list: any; chips: QueryList; wrapper: ElementRef; size: string; rounded: string; fillMode: string; themeColor: string; removable: boolean; totalChipWidth: number; _list: any; chipWidthList: number[]; plusChipWidth: number; marginRight: number; numChipValue: any; remainingList: any; width: number; showFullList: boolean; numChipTheme: {}; showTruncatedItemAsTooltip: boolean; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; calculateWidthAndRender(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_width: number | string | undefined; }