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