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