/** * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { ThemeDataContext } from '../../../../mol-theme/theme.js'; import { ColorTheme } from '../../../../mol-theme/color.js'; import { ValidationReport } from '../prop.js'; export declare function DensityFitColorTheme(ctx: ThemeDataContext, props: {}): ColorTheme<{}>; export declare const DensityFitColorThemeProvider: ColorTheme.Provider<{}, ValidationReport.Tag.DensityFit>;