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