import { TFunction } from '@sisense/sdk-common'; import { BoxplotChartDataOptionsInternal } from '../../../chart-data-options/types'; import { TooltipSettings } from '../tooltip-utils'; export declare const getBoxplotTooltipSettings: (dataOptions: BoxplotChartDataOptionsInternal, translate: TFunction) => TooltipSettings; //# sourceMappingURL=boxplot-tooltip.d.ts.map