import { OnInit } from '@angular/core'; import { ZoomchartsService } from './../zoomcharts.service'; import { ChartService } from './../chart.service'; import { WindowRef } from './../window-ref'; export declare class ZoomchartsComponentComponent implements OnInit { private zcService; private chartService; private winRef; settings: any; id: string; componentRef: any; container: any; constructor(zcService: ZoomchartsService, chartService: ChartService, winRef: WindowRef); ngOnInit(): void; }