import { ErrorBoundaryProps, FallbackProps } from 'react-error-boundary'; export declare function ErrorFallback({ error, resetErrorBoundary }: FallbackProps): import("react/jsx-runtime").JSX.Element; export declare function ErrorBoundary(props: Pick): import("react/jsx-runtime").JSX.Element;