import React from 'react'; import { TabScrollButtonProps } from '@mui/material/TabScrollButton'; declare const TabScrollButton: React.FC; export default TabScrollButton;