import { ColorTheme } from 'molstar/lib/commonjs/mol-theme/color'; import { ThemeDataContext } from 'molstar/lib/commonjs/mol-theme/theme'; import { ParamDefinition as PD } from 'molstar/lib/commonjs/mol-util/param-definition'; 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; //# sourceMappingURL=color.d.ts.map