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