/**
 * Copyright (c) 2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
 *
 * @author David Sehnal <david.sehnal@gmail.com>
 */
export declare const ColorThemeCategory: {
    Atom: string;
    Chain: string;
    Residue: string;
    Symmetry: string;
    Validation: string;
    Misc: string;
};
