/** * Get a random color with sufficient contrast to the background color */ export default function getRandomColor(backgroundColor: string, defaultColor?: string): string; //# sourceMappingURL=getRandomColor.d.ts.map