/**
 * Copyright (c) 2023-2025 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import { ParamDefinition as PD } from '../../../mol-util/param-definition.js';
import { PluginBehavior } from '../../../mol-plugin/behavior.js';
import { Binding } from '../../../mol-util/binding.js';
export declare const MesoSelectLoci: import("../../../mol-state/index.js").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, PD.Values<{
    bindings: PD.Value<{
        click: Binding;
        clickToggleSelect: Binding;
        hoverHighlightOnly: Binding;
    }>;
}>>;
