import { WCMBackgroundSettings } from "../models"; import { CurrentPageStore } from ".."; export declare class BackgroundImageHelper { /** * Loads the page image from the enterprise properties * */ static ensureBackgroundImage(backgroundSettings: WCMBackgroundSettings, currentPageStore: CurrentPageStore): void; }