import { HttpClient } from "@angular/common/http"; import { SfaSalesLeadLabelHdrContainerModel } from "../../../../../models/aggregates/sfa/SfaSalesLeadLabelHdrContainer.model"; import { BaseApiTemplateService } from "../shared/base-api-template-service.model"; export declare class SfaSalesLeadLabelHdrService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }