import { FC } from 'react'; import { TooltipProps } from '@mui/material'; export declare const Tooltip: FC;