import type { ColorFunction } from '../types.js';
export default function nextColor(): ColorFunction;
