/// <reference types="react" />
import { IColorPickerGridCellProps } from './ColorPickerGridCell.types';
export declare const ColorPickerGridCell: (props: IColorPickerGridCellProps) => JSX.Element;
