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