import * as React from 'react'; import { IColorPickerGridCellProps } from './ColorPickerGridCell.types'; export declare const ColorPickerGridCell: React.FunctionComponent;