import React from 'react';
export declare const ErrorDialog: (props: {
    title: string;
    message: string;
    error: Error;
}) => React.JSX.Element;
