import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { ShareService } from "../share.service"; import * as i0 from "@angular/core"; export declare class ViewShareForMeComponent implements OnInit, OnDestroy { private shareService; private document; chart: any; isOpenRightBar: EventEmitter; msgContentDel: string; isRight: boolean; url: string; path: string; private resizeListener; fullScreen: boolean; elem: any; private firstLoad; private pluginManager; private resize$; constructor(shareService: ShareService, document: any); ngOnInit(): void; ngOnDestroy(): void; backBar(isOpen: boolean): void; loadPathChartShareForMe(): void; renderChart(): void; onToggleFullScreen(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }