/// import { RowProps } from "./types"; declare function Row({ row, onRowClick, cells }: RowProps): JSX.Element; export default Row; //# sourceMappingURL=index.d.ts.map