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