import type { HSVA } from './colorParse'; export declare function hsvaToString(hsva: HSVA): string;