/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { Color } from '../../mol-util/color/index.js'; import type { ColorTheme } from '../color.js'; import { ParamDefinition as PD } from '../../mol-util/param-definition.js'; import { ThemeDataContext } from '../theme.js'; import { Structure } from '../../mol-model/structure.js'; export declare const ExternalStructureColorThemeParams: { structure: PD.ValueRef; style: PD.Mapped, "generate"> | PD.NamedParams, "colors">; asymId: "label" | "auth"; }>, "chain-id"> | PD.NamedParams, "generate"> | PD.NamedParams, "colors">; }>, "entity-id"> | PD.NamedParams, "generate"> | PD.NamedParams, "colors">; }>, "entity-source"> | PD.NamedParams, "generate"> | PD.NamedParams, "colors">; }>, "model-index"> | PD.NamedParams, "generate"> | PD.NamedParams, "colors">; }>, "structure-index"> | PD.NamedParams, "default"> | PD.NamedParams, "custom">; }>, "molecule-type">>; defaultColor: PD.Color; maxDistance: PD.Numeric; approxMaxDistance: PD.Numeric; normalOffset: PD.Numeric; backboneOnly: PD.BooleanParam; }; export type ExternalStructureColorThemeParams = typeof ExternalStructureColorThemeParams; export declare function ExternalStructureColorTheme(ctx: ThemeDataContext, props: PD.Values): ColorTheme; export declare const ExternalStructureColorThemeProvider: ColorTheme.Provider;