import { type FallbackProps } from "../../ui-shared";
export declare const ErrorRenderer: ({ error }: FallbackProps) => import("react/jsx-runtime").JSX.Element;
