import { AViewerPluginSync, ThreeViewer } from '../../viewer';
import { RootScene } from '../../core';
export declare class SceneUiConfigPlugin extends AViewerPluginSync<''> {
    static readonly PluginType = "SceneUiConfigPlugin";
    enabled: boolean;
    serializeWithViewer: boolean;
    constructor();
    onAdded(viewer: ThreeViewer): void;
    protected _scene: RootScene | undefined;
}
//# sourceMappingURL=SceneUiConfigPlugin.d.ts.map