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