import React from 'react'; import type { LineChartTooltipProps } from './types'; declare const _default: React.MemoExoticComponent<({ data, x, xScaleBounds, chartHeight, font, backgroundColor, width, height, dateFormat, startDate, endDate, }: LineChartTooltipProps) => JSX.Element>; export default _default;