import type { SwatchColor } from './types';
export declare function genSwatchColor(colorData: SwatchColor): SwatchColor | null;
