export type CellBgMenuItemProps = { qa?: string; currentCellBg?: string | null; onCellBgChange: (color: string | null) => void; }; export declare const CellBgMenuItem: React.FC;