import * as i0 from "@angular/core"; export declare class SlickMultiSelectService { getVisibleItems(items: any[], selectedIds: string[], idFieldName: string, textFieldName: string): any[]; getSelectedItems(items: any[], selectedIds: string[], idFieldName: string, textFieldName: string): any[]; getSelectedItem(items: any[], selectedId: string): any; getItemIndex(items: any[], selectedId: string): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }