import type { GridCellValueProps } from "./GridColumn"; export declare function RowSelectionCheckboxCellValue(props: GridCellValueProps): import("react/jsx-runtime").JSX.Element;