export declare function stringToColor(str: string): string; export declare function extractInitials(name: string): string;