export default function createCategoryColorScale(items: readonly T[], isThreshold?: (item: T) => boolean, getOwnColor?: (item: T) => null | string): string[];