import React from 'react'; import type { QueryAsyncBoundaryProps } from './types'; export declare const QueryAsyncBoundary: React.FC;