/**
 * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import { VolumeSourceControls } from "molstar/lib/mol-plugin-ui/structure/volume";
export declare class VolumeSourceCustomControls extends VolumeSourceControls {
    renderControls(): import("react/jsx-runtime").JSX.Element;
}
