import React from 'react'; import type { GridRowId } from '../types'; export type GridCellCheckboxProps = { rowId: GridRowId; tabIndex: number; }; export declare const GridCellCheckbox: ({ rowId, tabIndex, }: GridCellCheckboxProps) => React.JSX.Element; //# sourceMappingURL=grid-cell-checkbox.d.ts.map