import { ReactElement } from 'react'; export interface ErrorAlertProps { error: Error; } /** * Shows an MUI Alert with the `Error.message` as its contents. */ export declare function ErrorAlert(props: ErrorAlertProps): ReactElement; //# sourceMappingURL=ErrorAlert.d.ts.map