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