import { TabProps as MuiTabProps, TooltipProps } from '@material-ui/core'; type TabProps = MuiTabProps & { DisabledTooltipProps?: Omit; }; declare const _default: import("react").MemoExoticComponent<({ DisabledTooltipProps, ...restTabProps }: TabProps) => JSX.Element>; export default _default; //# sourceMappingURL=Tab.d.ts.map