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