declare const Base_xAxis: { lineWidth: number; lineColor: string; tickWidth: number; endOnTick: boolean; labels: { style: { color: string; fontSize: string; fontWeight: number; }; formatter: () => any; useHTML: boolean; }; tickPositioner: () => any; title: { style: { color: string; fontSize: string; fontWeight: number; }; align: string; y: number; x: number; }; }; export { Base_xAxis };