export declare const stringToColor: (str: string, mode: 'light' | 'dark') => string;