function Tooltip(theme: any): any { return { MuiTooltip: { styleOverrides: { tooltip: { color: theme.palette.background.paper } } } }; } export { Tooltip };