declare const Base_plotOptions: { spline: { marker: { radius: number; fillColor: string; lineColor: null; lineWidth: number; }; }; areaspline: { marker: { symbol: string; radius: number; fillColor: string; lineColor: null; lineWidth: number; }; lineWidth: number; states: {}; threshold: null; }; boxplot: { borderWidth: number; borderRadius: number; maxPointWidth: number; minPointWidth: number; fillColor: null; lineColor: null; lineWidth: number; medianColor: string; medianWidth: number; stemColor: null; stemDashStyle: string; stemWidth: number; whiskerColor: null; whiskerWidth: number; }; column: { borderWidth: number; borderRadius: number; maxPointWidth: number; minPointWidth: number; }; series: { marker: { enabled: boolean; symbol: string; }; states: { inactive: boolean; }; point: {}; }; }; export { Base_plotOptions };