import { AboutDialogModel } from '@xh/hoist/appcontainer/AboutDialogModel'; import './AboutDialog.scss'; /** * A dialog box showing basic metadata and version information about the Hoist application * and its plugins. Can also display the values of other soft-configuration entries as * specified by the xhAboutMenuConfigs configuration key. * * @internal */ export declare const aboutDialog: import("@xh/hoist/core").ElementFactory>;