import React from 'react'; import type { ErrorViewProps } from '../../../react'; import type { QueryAsyncBoundaryComponent } from './types'; export declare const withQueryAsyncBoundary: (Component: React.ComponentType, LoadingView: React.ComponentType>, ErrorView: React.ComponentType>) => QueryAsyncBoundaryComponent;