import { HttpClient, HttpParams } from "@angular/common/http"; import { MatDialog } from "@angular/material/dialog"; import { Observable } from "rxjs"; import { SCCoreService } from '../../core/sc-core.service'; import * as i0 from "@angular/core"; export declare class SCDocumentCategoriesService { private http; private scCoreService; private dialogService; constructor(http: HttpClient, scCoreService: SCCoreService, dialogService: MatDialog); getData(url: string, params?: HttpParams): Observable; openSCBasicDocumentsDialog(subject: any, subjectId: number, foreignId: number, basicCategoryId: number, dialogTitle?: string, config?: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }