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