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