import { EventEmitter, OnInit } from '@angular/core'; import { MyShare } from "../model/share-model"; import * as i0 from "@angular/core"; export declare class ViewSharedComponent implements OnInit { private document; isOpenRightBar: EventEmitter; chart: MyShare; msgContentDel: string; isRight: boolean; fullScreen: boolean; elem: any; constructor(document: any); ngOnInit(): void; backBar(isOpen: boolean): void; onToggleFullScreen(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }