import { TabProps as MuiTabProps } from '@material-ui/core/Tab';
export interface TabProps extends MuiTabProps {
}
