export default function getColors(categories: string[]): { category: string; color: string; }[];