import { GetChartAxisParams } from './constants'; export declare const getChartVerticalAxis: ({ spacing, title, opposite, offset, }?: GetChartAxisParams) => { labels: { x: number; padding: number; style: import("highcharts").CSSObject; }; title: { y: number; x: number; margin: number; text: string; style: import("highcharts").CSSObject; reserveSpace: boolean; rotation: number; }; opposite: boolean; offset: number | undefined; gridLineWidth: number; gridLineColor: string; zIndex: number; lineColor: string; lineWidth: number; }; //# sourceMappingURL=getChartVerticalAxis.d.ts.map