import React from 'react'; import type { SearchBarProps } from './types'; export declare const SearchBar: React.FC;