import type { XYChartCustomTooltipProps } from '../types/xy-chart-props.js'; /** * @deprecated Use `XYChart.Tooltip` instead. The `CustomTooltip` slot will be removed in a future release. */ export declare const CustomTooltip: { (props: XYChartCustomTooltipProps): null; displayName: string; };