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