import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { FormBuilder } from "@angular/forms"; import { TabsetComponent } from "ngx-bootstrap/tabs"; import { NotificationService } from "inet-core"; import { Router } from "@angular/router"; import { Store } from "@ngrx/store"; import { IAppState } from "../../core/store/state/app.state"; import { TranslateService } from "@ngx-translate/core"; import { ShareService } from "../share.service"; import * as i0 from "@angular/core"; export declare class ShareRightBarComponent implements OnInit, OnChanges { private fb; private router; private store; private notification; private translate; private shareService; close: EventEmitter; deleteItem: EventEmitter; reloadPage: EventEmitter; isMyShare: boolean; staticTabs?: TabsetComponent; isEdit: boolean; chart: any; chartItem: any; tab: string; isChild: boolean; isPublish: boolean; param: any; uuidCopy: EventEmitter; editTable: EventEmitter; constructor(fb: FormBuilder, router: Router, store: Store, notification: NotificationService, translate: TranslateService, shareService: ShareService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; closeRightbar(): void; viewChart(): void; onDelete(): void; onCopyPath(): void; onEditTable(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }