import type { ButtonHTMLAttributes, FC, Ref } from 'react'; export interface LineChartZoomPopoverConfirmProps extends ButtonHTMLAttributes { ref?: Ref; } export declare const LineChartZoomPopoverConfirm: FC;