import { OnDestroy } from '@angular/core'; import { ChipsItem } from '../../../models/items/chips-item'; import { BaseItemComponent } from '../base-item/base-item.component'; import * as i0 from "@angular/core"; export declare class ChipsComponent extends BaseItemComponent implements OnDestroy { ngOnDestroy(): void; compareFn: (modelValue: any, chipValue: any) => boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }