import { XAxisOptions } from 'highcharts'; import { GetChartAxisParams } from './constants'; export declare const getChartHorizontalAxis: ({ spacing, title, opposite, offset, }?: GetChartAxisParams) => XAxisOptions; //# sourceMappingURL=getChartHorizontalAxis.d.ts.map