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