declare const Base_yAxis_num: { allowDecimals: boolean; useHTML: boolean; labels: { useHTML: boolean; style: { color: string; fontSize: string; fontWeight: number; }; }; title: { text: null; style: { color: string; fontSize: string; fontWeight: number; }; align: string; rotation: number; offset: number; y: number; }; lineWidth: number; gridLineDashStyle: string; gridLineWidth: number; gridLineColor: string; }; declare const Base_yAxis_pre: { useHTML: boolean; allowDecimals: boolean; labels: { useHTML: boolean; format: string; style: { color: string; fontSize: string; fontWeight: number; }; }; title: { text: null; style: { color: string; fontSize: string; fontWeight: number; }; align: string; rotation: number; offset: number; y: number; }; lineWidth: number; tickAmount: number; tickPositioner: () => number[]; gridLineDashStyle: string; gridLineWidth: number; gridLineColor: string; }; export { Base_yAxis_num, Base_yAxis_pre };