import { CSSObject } from 'highcharts'; export type GetChartAxisParams = { spacing?: 'normal' | 'dense'; title?: string | null; opposite?: boolean; offset?: number; }; export declare const CommonAxisProps: { gridLineWidth: number; gridLineColor: string; zIndex: number; lineColor: string; lineWidth: number; }; export declare const CommonAxisLabelStyle: CSSObject; export declare const CommonAxisTitleStyle: CSSObject; export declare const getNonEmptyTitle: (title?: string | null) => string; //# sourceMappingURL=constants.d.ts.map