import { RGBColor } from './types'; export declare const colorToString: (c: RGBColor) => string; //# sourceMappingURL=colorToString.d.ts.map