import type { PropsWithChildren } from 'react';
export declare const QueryClientProvider: React.FC<PropsWithChildren>;
