/** * Lightweight debug panel that surfaces high-level QueryClient information and recently seen * query keys. Intended primarily for the React Query dev tools modal. */ export declare function QueryDebugInfo(): import("react").JSX.Element; //# sourceMappingURL=QueryDebugInfo.d.ts.map