function Tabs(): any { return { MuiTabs: { styleOverrides: { vertical: { overflow: 'visible' } } } }; } export { Tabs };