import React, { FunctionComponent } from 'react';
import { WebSearchBarProps } from "../../types";
export declare const SearchBar: FunctionComponent<Partial<WebSearchBarProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange' | 'onFocus' | 'onBlur'>>;
