import type { FC, HTMLAttributes, Ref } from 'react'; export interface LineChartHoverPopoverProps extends HTMLAttributes { ref?: Ref; } export declare const LineChartHoverPopover: FC;