import { SearchProps } from './Search'; export type SearchWithQueryParamsProps = { queryParams?: string; } & Omit & Partial>; export declare function SearchWithQueryParams(props: SearchWithQueryParamsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SearchWithQueryParams.d.ts.map