/** * Copyright (c) 2023 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose */ import { PluginStateObject as SO } from '../../../../mol-plugin-state/objects.js'; import { StateTransformer } from '../../../../mol-state/index.js'; import { ParamDefinition as PD } from '../../../../mol-util/param-definition.js'; import { GenericInstances } from './preset.js'; import { Asset } from '../../../../mol-util/assets.js'; export { StructureFromGeneric }; type StructureFromGeneric = typeof StructureFromGeneric; declare const StructureFromGeneric: StateTransformer; label: string | undefined; description: string | undefined; cellSize: number; }>>;