import { TabsProps as MuiTabsProps } from '@material-ui/core/Tabs';
export interface TabsProps extends Pick<MuiTabsProps, 'value' | 'onChange' | 'ref'> {
}
