import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { ConfirmDialogComponent } from "inet-ui"; import { TranslateService } from "@ngx-translate/core"; import { NotificationService } from "inet-core"; import { ChartService } from "../chart.service"; import * as i0 from "@angular/core"; export declare class ChartDeleteComponent implements OnInit, OnDestroy { private translateService; private notification; private chartService; confirmDialog: ConfirmDialogComponent; deleteSuccess: EventEmitter; msgContentDel: string; private delActionsTranslations; private translateSubscription; constructor(translateService: TranslateService, notification: NotificationService, chartService: ChartService); ngOnInit(): void; ngOnDestroy(): void; onShowDialog(item: any): void; deleteItem(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }