export declare function getColorBasedOnBackground(color: string): string; export declare function clearUsedColors(): void; export declare function getUserColor(user: { id?: string; lastName?: string; firstName?: string; }): string | undefined;