import React from "react"; export declare const ErrorDialog: ({ children, onClose, }: { children?: React.ReactNode; onClose?: (() => void) | undefined; }) => import("react/jsx-runtime").JSX.Element;