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