import { type ChartTooltipProps } from '../../../../core/components/tooltip/ChartTooltip/ChartTooltip.js'; /** * Defines the only the template for the XYChart tooltip * @internal */ export declare const XYChartTooltipTemplate: (props: ChartTooltipProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes) => import("react").ReactElement | null;