interface ColorCellProps { color: string; mappingFile: string; } export declare const ColorCell: ({ color, mappingFile }: ColorCellProps) => JSX.Element; export {}; //# sourceMappingURL=ColorCell.d.ts.map