import React from 'react'; import { SearchBoxProps } from './search-box.types'; declare const SearchBox: React.FC; export default SearchBox;