import { FC } from 'react'; import { AppBarInterface } from './appBar.types'; export declare const AppBar: FC;