/** * Copyright (c) 2019-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'; export declare const IllustrativeColorThemeParams: { style: PD.Mapped, "uniform"> | PD.NamedParams, "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, "generate"> | PD.NamedParams, "colors">; }>, "trajectory-index"> | PD.NamedParams, "default"> | PD.NamedParams, "custom">; }>, "molecule-type">>; carbonLightness: PD.Numeric; }; export type IllustrativeColorThemeParams = typeof IllustrativeColorThemeParams; export declare function getIllustrativeColorThemeParams(ctx: ThemeDataContext): { style: PD.Mapped, "uniform"> | PD.NamedParams, "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, "generate"> | PD.NamedParams, "colors">; }>, "trajectory-index"> | PD.NamedParams, "default"> | PD.NamedParams, "custom">; }>, "molecule-type">>; carbonLightness: PD.Numeric; }; export declare function IllustrativeColorTheme(ctx: ThemeDataContext, props: PD.Values): ColorTheme; export declare const IllustrativeColorThemeProvider: ColorTheme.Provider;