/** * Native stub — CSS custom properties aren't available on native. * The readability floor will use step-based heuristics instead. */ export function useColorScale(): string[] | null { return null; }