declare const getBase: () => { chart: { marginRight: number; marginTop: number; backgroundColor: string; thousandsSep: string; }; title: { text: null; }; exporting: { enabled: boolean; }; credits: { enabled: boolean; }; legend: { align: string; verticalAlign: string; itemMarginBottom: number; squareSymbol: boolean; symbolHeight: number; symbolWidth: number; symbolRadius: number; itemStyle: { color: string; cursor: string; fontSize: string; fontWeight: string; }; }; colors: string[]; tooltip: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; style: { color: string; fontSize: string; }; formatter: (this: any) => string; }; xAxis: { lineWidth: number; lineColor: string; tickWidth: number; labels: { style: { color: string; fontSize: string; fontWeight: number; }; formatter: (this: any) => any; useHTML: boolean; }; title: { style: { color: string; fontSize: string; fontWeight: number; }; align: string; y: number; x: number; }; }; yAxis: { 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; }; 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: {}; }; }; series: never[]; }; declare const getGradientColor: (data: any[], n?: number) => { fillColor: { linearGradient: { x1: number; y1: number; x2: number; y2: number; }; stops: (string | number)[][]; }; }[]; export { getBase, getGradientColor };