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