/// export interface AppBarProps { } export declare const AppBar: (props: AppBarProps) => JSX.Element; export default AppBar;