import { BannerModel } from '@xh/hoist/appcontainer/BannerModel'; import './Banner.scss'; /** * Internal component to display a single instance of an app-wide banner. * @see XH.showBanner() * @internal */ export declare const banner: import("@xh/hoist/core").ElementFactory>;