export declare const clampLightness: (color: string, newPercent: number) => string;
