import { FetchQueryOptions, QueryKey } from "@tanstack/react-query"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/PrefetchQuery.d.ts /** * A component that allows you to use usePrefetchQuery in JSX, avoiding the limitations of React hooks. * @see {@link https://suspensive.org/docs/react-query/PrefetchQuery Suspensive Docs} * @example * ```tsx * * ``` */ declare function PrefetchQuery(options: FetchQueryOptions): _$react_jsx_runtime0.JSX.Element; //#endregion export { PrefetchQuery }; //# sourceMappingURL=PrefetchQuery.d.mts.map