import { StringDictionary } from '@datagrok-libraries/utils/src/type-declarations'; import { SeqPalette, SeqPaletteBase } from './seq-palettes'; export declare class NucleotidesPalettes extends SeqPaletteBase { private static chromatogram; static get Chromatogram(): SeqPalette; } export declare class Nucleotides { static readonly SemType: string; static readonly SemTypeMultipleAlignment: string; static Names: StringDictionary; } //# sourceMappingURL=nucleotides.d.ts.map