import React from 'react'; import { type TabProps } from '@mui/material/Tab'; declare const Tab: React.FC; export default Tab;