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