/** * Copyright (c) 2018-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Michal Malý * @author Jiří Černý */ import { NtCTubeTypes as NTT } from './types.js'; import { CustomModelProperty } from '../../../mol-model-props/common/custom-model-property.js'; import { PropertyWrapper } from '../../../mol-model-props/common/wrapper.js'; import { ParamDefinition as PD } from '../../../mol-util/param-definition.js'; export declare const NtCTubeParams: {}; export type NtCTubeParams = typeof NtCTubeParams; export type NtCTubeProps = PD.Values; export type NtCTubeData = PropertyWrapper; export declare const NtCTubeProvider: CustomModelProperty.Provider;