/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { PluginUIContext } from '../../../mol-plugin-ui/context.js'; export declare function volumeStreamingControls(plugin: PluginUIContext, parent: Element): void;