import { Tooltip as TooltipMui } from '@mui/material'; import { DEVTOOLS_Z_INDEX } from '../../constants'; import { getRootElement } from '../getRootElement'; type Props = React.ComponentProps; export const Tooltip = (props: Props) => { return ( ); };