/** * Construct the DOM scaffolding for the application * @category SuiApplication */ export declare class SuiDom { static get scrollRegionId(): string; static createUiDom(uiDomContainer: HTMLElement | string | undefined): HTMLElement; }