import React from "react";
export declare function ErrorView(props: {
    className?: string;
    children?: React.ReactNode;
    error: string;
}): string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element;
