import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { TrafficService } from '../../services/traffic.service'; import * as i0 from "@angular/core"; export declare class CustomSelectComponent implements OnChanges, OnInit { private cd; private authService; onClick(event: MouseEvent): void; items: any; searchField: string; multi: boolean; idField: string; selectedValues: any; disabled: boolean | undefined; label: string; selected: EventEmitter; filteredValues: any; showDropdown: boolean; searchValue: string; instanceId: any; constructor(cd: ChangeDetectorRef, authService: TrafficService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; initializeItems(): void; updateSelectedValues(): void; openDropdown(event: any): void; onInput(event: any): void; onSelect(event: any, item: any): void; onSelectAll(event: any): void; emitSelectedValues(values: any[]): void; checkIfAllSelected(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }