/// import { TooltipProps } from '@mui/material/Tooltip'; export type { TooltipProps }; export default function ({ children, title, ...props }: TooltipProps): JSX.Element;