export { SearchProvider } from './state/provider'; export { SearchContext } from './state/context'; export { SearchBar } from './components/SearchBar'; export { useTextSearch } from './hooks/useTextSearch'; export * from './state/actions'; export type { SearchMatch, ISearchState } from './types';