import type { ReactNode } from 'react';
export declare function ErrorComponent({ children, html, ...extraProps }: {
    children?: ReactNode;
    html?: string;
}): import("react/jsx-runtime").JSX.Element;
