import { AppContainerModel } from '@xh/hoist/appcontainer/AppContainerModel'; /** * Top-level wrapper for Desktop applications. * * This class provide core Hoist Application layout and infrastructure to an application's * root Component. Provides a standard viewport that includes standard UI elements such as an * impersonation bar header, version bar footer, an app-wide load mask, a base context menu, * popup+banner message support, and exception rendering. * * This component will kick off the Hoist application lifecycle when mounted. */ export declare const AppContainer: import("react").FC>;