/**
 * Copyright (c) 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 '../behavior.js';
import { Binding } from '../../../mol-util/binding.js';
export declare const SnapshotControls: import("../../../mol-state/index.js").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, PD.Values<{
    bindings: PD.Value<{
        next: Binding;
        previous: Binding;
        first: Binding;
        last: Binding;
    }>;
}>>;
