import React from 'react'; import type { SearchbarProps } from './types'; declare const Searchbar: React.NamedExoticComponent; export { Searchbar }; //# sourceMappingURL=Searchbar.d.ts.map