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