interface ColorPickerToolProps { jobId: string; pageNum: number; pageWidthPts: number; pageHeightPts: number; canvasWidth: number; canvasHeight: number; /** * Per-channel display colour (`channelName` → `#rrggbb`), the SAME resolved * swatch the Inks panel and separation plate use, so the picker's ink chip * matches them. Absent channels fall back to canonical process colour, then a * name-derived hue for unknown spots. */ swatchColors?: ReadonlyMap; } export declare function ColorPickerTool({ jobId: _jobId, pageNum, pageWidthPts, pageHeightPts, canvasWidth, canvasHeight, swatchColors, }: ColorPickerToolProps): import("react").JSX.Element | null; export {}; //# sourceMappingURL=ColorPickerTool.d.ts.map