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