import { LauncherAR } from "../../ar/launcher-ar"; import { DecodedConfiguratorState } from "../../util/configurator-state"; import { PlattarController } from "./plattar-controller"; /** * Manages an instance of the HTML Element */ export declare class WebXRController extends PlattarController { private _cachedConfigState; getConfiguratorState(): Promise; onAttributesUpdated(attributeName: string): Promise; startViewerQRCode(options: any): Promise; get element(): HTMLElement | null; startQRCode(options: any): Promise; startRenderer(): Promise; initAR(): Promise; }