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