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