/** * Generate a random color */ export declare const getRandomColor: () => string;