import type { TooltipItemPositionSelector } from '@mui/x-charts/internals'; /** * Positions a map shape tooltip from the geo projection. It lives in the map * series config (rather than the core tooltip plugin) so the geo projection is a * tracked dependency and d3-geo is only bundled with map charts. */ declare const selectorTooltipItemPosition: TooltipItemPositionSelector<'mapShape'>; export default selectorTooltipItemPosition;