/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { ColorTheme } from '../../../mol-theme/color.js'; import { ThemeDataContext } from '../../../mol-theme/theme.js'; import { ParamDefinition as PD } from '../../../mol-util/param-definition.js'; export declare const StructureQualityReportColorThemeParams: { type: PD.Mapped, "issue-count"> | PD.NamedParams, "specific-issue">>; }; type Params = typeof StructureQualityReportColorThemeParams; export declare function StructureQualityReportColorTheme(ctx: ThemeDataContext, props: PD.Values): ColorTheme; export declare const StructureQualityReportColorThemeProvider: ColorTheme.Provider; export {};