import * as React from 'react';
import { type PopperProps } from '@mui/material/Popper';
interface ChartsTooltipZoomSliderValueProps extends Pick<PopperProps, 'anchorEl' | 'open' | 'modifiers' | 'placement'>, React.PropsWithChildren {}
export declare function ChartsTooltipZoomSliderValue({
  anchorEl,
  open,
  placement,
  modifiers,
  children
}: ChartsTooltipZoomSliderValueProps): import("react/jsx-runtime").JSX.Element;
export {};