/// import { CellRendererProps, RowData } from "./types"; export default function DuplicateRowActionsCell({ row, isDuplicateRowEnabled, }: CellRendererProps): JSX.Element;