/** * Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author David Sehnal */ import { StructureRepresentationPresetProvider } from '../../mol-plugin-state/builder/structure/representation-preset.js'; export declare const ViewerAutoPreset: StructureRepresentationPresetProvider<{ ignoreHydrogens: boolean | undefined; ignoreHydrogensVariant: "all" | "non-polar" | undefined; ignoreLight: boolean | undefined; quality: "auto" | "medium" | "high" | "low" | "custom" | "highest" | "higher" | "lower" | "lowest" | undefined; theme: import("../../mol-util/param-definition.js").ParamDefinition.Normalize<{ globalName: /*elided*/ any; globalColorParams: /*elided*/ any; carbonColor: /*elided*/ any; symmetryColor: /*elided*/ any; symmetryColorParams: /*elided*/ any; focus: /*elided*/ any; }> | undefined; }, { components?: undefined; representations?: undefined; } | { components: { polymer: import("../../mol-state/index.js").StateObjectSelector>, import("../../mol-state/index.js").StateObject>, any>> | undefined; }; representations: { polymer: import("../../mol-state/index.js").StateObjectSelector>, import("../../mol-state/index.js").StateObject>, any>>; }; } | { components: { all: import("../../mol-state/index.js").StateObjectSelector>, import("../../mol-state/index.js").StateObject>, any>> | undefined; branched: undefined; }; representations: { all: import("../../mol-state/index.js").StateObjectSelector>, import("../../mol-state/index.js").StateObject>, any>>; }; }>;