import type { ReactNode } from 'react'; import type { RenderTooltipContentData } from '../../../types'; export declare function renderLinearPredictiveTooltipContent(tooltipData: RenderTooltipContentData): ReactNode; //# sourceMappingURL=renderLinearPredictiveTooltipContent.d.ts.map