import { Observable } from 'rxjs'; import { AgencyListService } from './services/agency-list.service'; import { AgencyListItem } from './models/agency-list.item'; import * as i0 from "@angular/core"; export declare class AgencyListComponent { private agencyListService; agencyList: Observable; lookupLoading: Observable; loading: Observable; constructor(agencyListService: AgencyListService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }