import { type FC, type PropsWithChildren } from 'react'; interface Props { queryKey?: string; hideKey?: string; } export declare const UrlSearchProvider: FC>; export {}; //# sourceMappingURL=UrlSearchProvider.d.ts.map