import { IErrorBoundary } from './interfaces.js';
export declare function Error({ name, children }: IErrorBoundary): import("react/jsx-runtime").JSX.Element;
