export declare const generateRandomColor: () => string; export declare const generateAltColor: (color: string, blackOrWhite?: boolean) => string;