import { StandaloneGraphicsAdapter } from "../graphics"; import { MMLScene } from "./MMLScene"; export type FullScreenMMLSceneOptions = { showDebugLoading?: boolean; loadingStyle?: "bar" | "spinner"; allowOverlay?: boolean; }; export declare class FullScreenMMLScene extends MMLScene { private options; private loadingProgressBar; private showDebugLoading; constructor(options?: FullScreenMMLSceneOptions); private createLoadingProgressBar; resetLoadingProgressBar(): void; getOverlayElement(): HTMLElement | null; private configureWindowStyling; dispose(): void; } //# sourceMappingURL=FullScreenMMLScene.d.ts.map