import { VNode } from 'snabbdom';
import { ModelViewer } from 'sprotty';
/**
 * Extend the {@link ModelViewer} to also dispatch a FitToScreenAction when the
 * window resizes.
 * Futhermore, the extension resolves UIExtensions from the IoC that should be
 * displayed immediately.
 */
export declare class KlighdModelViewer extends ModelViewer {
    private sidebar;
    private renderOptionsRegistry;
    init(): void;
    protected onWindowResize(vdom: VNode): void;
}
//# sourceMappingURL=model-viewer.d.ts.map