import type { IColorPickerGridCellStyleProps, IColorPickerGridCellStyles } from './ColorPickerGridCell.types'; export declare const getStyles: (props: IColorPickerGridCellStyleProps) => IColorPickerGridCellStyles;