export default fieldGroups;
declare const fieldGroups: {
    resetToSelect: string;
    rotationStep: string;
    showValenceWarnings: string;
    atomColoring: string;
    font: string;
    fontsz: string;
    fontszsub: string;
    showStereoFlags: string;
    stereoLabelStyle: string;
    colorOfAbsoluteCenters: string;
    colorOfAndCenters: string;
    colorOfOrCenters: string;
    colorStereogenicCenters: string;
    autoFadeOfStereoLabels: string;
    absFlagLabel: string;
    andFlagLabel: string;
    orFlagLabel: string;
    mixedFlagLabel: string;
    ignoreChiralFlag: string;
    carbonExplicitly: string;
    showCharge: string;
    showValence: string;
    showHydrogenLabels: string;
    aromaticCircle: string;
    bondSpacing: string;
    bondThickness: string;
    stereoBondWidth: string;
    'smart-layout': string;
    'ignore-stereochemistry-errors': string;
    'mass-skip-error-on-pseudoatoms': string;
    'gross-formula-add-rsites': string;
    'gross-formula-add-isotopes': string;
    miewMode: string;
    miewTheme: string;
    miewAtomLabel: string;
    showAtomIds: string;
    showBondIds: string;
    showHalfBondIds: string;
    showLoopIds: string;
};
