import * as React from 'react';
import { IAppBarProps } from './AppBar.props';
/**
* By default, an `AppBar` does not include icons or any additional elements.
* You are free to add the components you want to assemble your `AppBar`.
*
* For more advanced usages, check [Material UI AppBar docs](https://material-ui.com/components/app-bar/).
*
* ## Importing
*
* ```
* import { AppBar } from '@naturacosmeticos/natds-web';
* ```
*
* @see https://material-ui.com/components/app-bar/
*
*/
export declare const AppBar: React.ForwardRefExoticComponent & React.RefAttributes>;
export default AppBar;