/** * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { AlphaOrbitalsExample } from './index.js'; export declare function mountControls(orbitals: AlphaOrbitalsExample, parent: Element): void;