import React from 'react';
interface Props {
}
declare const Search: React.FC<React.PropsWithChildren<Props>>;
export default Search;
//# sourceMappingURL=index.d.ts.map