import React from "react"; import { InventoryItem, InventoryItemStatus } from "../../graphql"; import { CellRendererProps } from "../Table"; export default function StatusCell({ value, }: CellRendererProps): React.ReactNode;