import "./CellBgPalette.css"; export type CellBgPaletteProps = { value?: string | null; onSelect: (color: string | null) => void; }; export declare const CellBgPalette: React.FC;