/**
 * Copyright (c) 2022-2024 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 */
import { PluginBehavior } from '../../mol-plugin/behavior/behavior.js';
export declare const Backgrounds: import("../../mol-state/index.js").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, {}>;
