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