import React from 'react'; import type { ChartTheme } from '../../chart-theme.context'; import type { AxisTooltipParams } from './axis-tooltip.types'; /** * Themed default axis tooltip as React Native (mirrors the former ECharts tooltip styling). * Pass the result of this factory to {@link useAxisTooltip} when the consumer does not pass `renderTooltip`. */ export declare function createDefaultAxisTooltip(theme: Pick): (params: AxisTooltipParams) => React.ReactElement; //# sourceMappingURL=default-axis-tooltip.d.ts.map