import React from 'react'; import type { ChartTooltipPreset } from '../../tooltip'; import type { AxisTooltipParams } from './axis-tooltip.types'; export declare function createAxisTooltipPreset(preset: ChartTooltipPreset): (params: AxisTooltipParams) => React.ReactElement; //# sourceMappingURL=axis-tooltip-presets.d.ts.map