/// import 'twin.macro'; interface ColorCellProps { value: string; formattedValue: string; rawValue: string; } export declare function ColorCell(props: ColorCellProps): JSX.Element; export {};