import { ExceptionDialogModel } from '@xh/hoist/appcontainer/ExceptionDialogModel'; import './ExceptionDialog.scss'; /** * Dialog for display of exceptions, with support for viewing a detailed stacktrace * and an option to force reload of the application (in the case of a fatal exception). * @internal */ export declare const exceptionDialog: import("@xh/hoist/core").ElementFactory>; /** * A Dismiss button that either forces reload, or allows close. * @internal */ export declare const dismissButton: import("@xh/hoist/core").ElementFactory>;