import type { SearchSource } from 'stream-chat'; export type SearchResultsPresearchProps = { activeSources: SearchSource[]; }; export declare const SearchResultsPresearch: () => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SearchResultsPresearch.d.ts.map