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. * * To customize the entries shown, override HoistAppModel.getAboutDialogItems(). * * @internal */ export declare const aboutDialog: import("@xh/hoist/core").ElementFactory>;