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