/// import { Tooltip as TooltipMui } from '@mui/material'; type Props = React.ComponentProps; export declare const Tooltip: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};