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