import type { SearchInputProps } from './types'; /** * SearchInput is a component that allows users to search for items. It is a combination of a TextInput and a Popup. The Popup is used to display search results. * Children of the SearchInput component can be a function that receives an object with the following properties: * - `searchTerms`: the current search terms * - `isOpen`: a boolean indicating if the popup is open * - `toggleIsOpen`: a function to toggle the popup */ export declare const SearchInput: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //# sourceMappingURL=index.d.ts.map