import { HttpBackend, HttpClient } from '@angular/common/http'; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class Select2Service { private http; private handler; API_URL: string; myHeader: any; constructor(http: HttpClient, handler: HttpBackend); getCustomList(val: any, id: any, name: any, header?: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }