/** Colors based on the ASCII value (index) of the letter. */
export declare const ALPHABET_COLOR_PALETTE: readonly `#${string}`[];
/** Colors based on the index of numbers. */
export declare const NUMBER_COLOR_PALETTE: readonly `#${string}`[];
