/** * Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { MVSData_States } from '../../extensions/mvs/mvs-data.js'; import './index.html'; import '../../mol-plugin-ui/skin/light.scss'; export declare function loadIHMRestraints(root: HTMLElement, url?: string): Promise;