import { RowData, CellRendererProps } from "./types"; export default function SimpleCell({ value, column, }: CellRendererProps): string | null;