import { HttpClient, HttpParams } from "@angular/common/http"; import { Observable } from "rxjs"; import { SCData } from '../../core/models/SCData'; import { SCCoreService } from '../../core/sc-core.service'; import { SCTableConfig } from "../../sc-table/sc-table.component"; import { SCComment } from "../sc-comments.component"; import * as i0 from "@angular/core"; export declare class SCCommentsService { private http; private scCoreService; constructor(http: HttpClient, scCoreService: SCCoreService); getDefaultConfig(): SCTableConfig; getComments(url: string, params: HttpParams): Observable>; saveComment(url: string, comment: SCComment): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }