import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { Chart } from 'angular-highcharts'; import { BasicChartSeries } from '../../../core'; import * as i0 from "@angular/core"; type LabelPosition = 'before' | 'after'; export declare class ColumnChartComponent implements OnInit, OnChanges { series: BasicChartSeries[]; /** * @deprecated */ plotLineValue: number; plotLineValues: { color: string; value: number; }[]; categories: string[]; label: string; labelPosition: LabelPosition; showLegend: boolean; showCategories: boolean; colorByPoint: boolean; chartHeight: number; dataLabelsSettings: { enabled: any; format: any; }; chartColors: string[]; chart: Chart; constructor(); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; private _createChart; private _getSumOfSeries; private _generatePlotLines; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};