/** * Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { Vec4 } from '../../mol-math/linear-algebra/3d/vec4.js'; import { Color } from '../../mol-util/color/color.js'; import { ParamDefinition as PD } from '../../mol-util/param-definition.js'; export declare function getInteriorParam(): PD.Group; substanceStrength: number; }>>; export type InteriorProp = ReturnType['defaultValue']; export declare function areInteriorPropsEquals(a: InteriorProp, b: InteriorProp): boolean; export declare function getInteriorColor(props: InteriorProp, out: Vec4): Vec4; export declare function getInteriorSubstance(props: InteriorProp, out: Vec4): Vec4;