import type { ColorFunction } from '../types.js';
export default function prefixTransform(prefix: string, color: ColorFunction): any;
