import { EventEmitter } from '@angular/core'; import { ConfirmDialogComponent } from 'inet-ui'; import { TranslateService } from '@ngx-translate/core'; import { ChartService } from '../chart.service'; import { NotificationService } from 'inet-core'; import { Store } from '@ngrx/store'; import { IAppState } from '../../core/store/state/app.state'; import * as i0 from "@angular/core"; export declare class ChartPublishDialogComponent { private translate; private chartService; private notification; private store; reload: EventEmitter; confirmDialog: ConfirmDialogComponent; isViewCenter: boolean; cls: string; messageEdit: string; titleEdit: string; formData: any; touchedSubmit: boolean; constructor(translate: TranslateService, chartService: ChartService, notification: NotificationService, store: Store); showDialogChange(dataContext: any): void; confirmChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }