export declare function getTooltipHtml({ sliceValue, metricValue, sliceTitle, metricTitle, pointColor }: {
metricTitle: string;
metricValue: string | null;
sliceTitle?: string;
sliceValue?: string | null;
pointColor?: string;
}): string;
//# sourceMappingURL=highcharts.d.ts.map