import { PropsWithChildren, default as React } from 'react'; export declare const ReactQueryProvider: ({ children }: PropsWithChildren) => React.JSX.Element;