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