import { FC } from 'react'; import { ErrorBoundaryProps } from './types'; export declare const ErrorBoundary: FC;