import { Chart } from './chart'; import { OptionsStackingValue } from 'highcharts'; export declare abstract class Column extends Chart { protected getChartType(): string; protected plotOptions(): Highcharts.PlotOptions; protected abstract getStackingOption(): OptionsStackingValue; }