import { AppContainerModel } from '@xh/hoist/appcontainer/AppContainerModel'; import './LockoutPanel.scss'; /** * Displayed in place of the UI when user does not have any access, as per AppSpec.checkAccess. * * @internal */ export declare const lockoutPanel: import("@xh/hoist/core").ElementFactory>;