import { OnInit } from '@angular/core'; import { ChartService } from '../chart.service'; import * as Highcharts from 'highcharts'; import * as i0 from "@angular/core"; export declare class ChartDisplayComponent implements OnInit { private chartService; chartId: string; chartConfig: any; Highcharts: typeof Highcharts; constructor(chartService: ChartService); ngOnInit(): void; loadChart(): void; createChart(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }