import { ChangeDetectorRef, OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { Pagination } from '@cervotech/types/api'; import { ItemsSelector, SelectorItem } from '../../helpers/items-selector'; import * as i0 from "@angular/core"; export declare class ItemsPanelsComponent implements OnInit { private cdr; searchInputPlaceholder: string; noItemFoundText: string; itemsSelector: ItemsSelector; searchControl: FormControl; get pagination(): Pagination; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; ngOnDestroy(): void; addNew(): void; toggleSelection(item: SelectorItem): void; trackByFn(index: number, item: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }