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