import { ErrorBoundaryProps } from './interfaces'; export declare function ErrorBoundaryFallback({ i18nStrings, renderFallback, ...props }: Pick): JSX.Element;