import { SxProps, Theme } from '@mui/material/styles' import { Props } from 'simplebar-react' export interface ScrollbarProps extends Props { children?: React.ReactNode sx?: SxProps }