import { IHSV } from './interfaces'; /** Corrects an HSV color to fall within the valid range. */ export declare function correctHSV(color: IHSV): IHSV;