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