/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { ParamDefinition as PD } from '../../mol-util/param-definition.js'; import { ThemeDataContext } from '../../mol-theme/theme.js'; import type { SizeTheme } from '../../mol-theme/size.js'; export declare const ShapeGroupSizeThemeParams: {}; export type ShapeGroupSizeThemeParams = typeof ShapeGroupSizeThemeParams; export declare function getShapeGroupSizeThemeParams(ctx: ThemeDataContext): {}; export declare function ShapeGroupSizeTheme(ctx: ThemeDataContext, props: PD.Values): SizeTheme; export declare const ShapeGroupSizeThemeProvider: SizeTheme.Provider;