export declare const getColor: (name?: string) => string; export declare const truncateStringToMaxLength: (substring: string, maxLen: number) => string;