import type { Child, FC, PropsWithChildren } from '../'; import type { ErrorHandler, FallbackRender } from '../components'; export declare const ErrorBoundary: FC>; export declare const Suspense: FC>;