/// <reference types="react" />
export declare const SearchBar: (() => JSX.Element) & {
    displayName: string;
};
