declare const sharedConfig: { title: null; exporting: { enabled: boolean; }; credits: { enabled: boolean; }; chart: { backgroundColor: string; }; colors: string[]; yAxis: { className: string; labels: { useHTML: boolean; style: { color: string; fontFamily: string; fontSize: string; }; }; title: { title: string; enabled: boolean; }; gridLineWidth: number; }; xAxis: { className: string; labels: { useHTML: boolean; style: { color: string; fontFamily: string; fontSize: string; }; }; tickWidth: number; }; legend: { className: string; layout: string; align: string; verticalAlign: string; enabled: boolean; }; tooltip: { useHtml: boolean; className: string; shadow: { color: string; width: number; offsetX: number; offsetY: number; }; }; series: { className: string; label: { connectorAllowed: boolean; }; }; }; export default sharedConfig; //# sourceMappingURL=sharedConfig.d.ts.map