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