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 PartialChargesThemeParams: { maxAbsoluteCharge: PD.Numeric; absolute: PD.BooleanParam; chargeType: PD.Select; }; export type PartialChargesThemeParams = typeof PartialChargesThemeParams; export declare function getPartialChargesThemeParams(): { maxAbsoluteCharge: PD.Numeric; absolute: PD.BooleanParam; chargeType: PD.Select; }; export declare function PartialChargesColorTheme(ctx: ThemeDataContext, props: PD.Values): ColorTheme; export declare const SbNcbrPartialChargesColorThemeProvider: ColorTheme.Provider;