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