/**
 * Generate a random hex color, like #f4f4f4
 */
export declare function randomHexColor(): string;
