import React from 'react';
import { AppBarProps } from './AppBar.types';
/**
 * An AppBar is a component used for mobile navigation and main actions.
 */
declare const AppBar: React.FC<AppBarProps>;
export default AppBar;
