import { ComponentFactoryResolver } from '@angular/core'; import { ChartService } from './chart.service'; export declare class ZoomchartsService { private config; private chartService; private resolver; license: string; licenseKey: string; componentArray: any; componentObject: any; constructor(config: any, chartService: ChartService, resolver: ComponentFactoryResolver); setLicenseKey(val: any): void; getLicense(): string; getLicenseKey(): string; setComponentArray(componentObj: any): void; getRandomId(): string; createChartComponent(component: any): void; getComponentById(id: any): Promise; returnAddedComponent(id: any): Promise; getComponent(id: any): Promise; }