import * as React from 'react';
import type { GridRowCheckboxProps } from "../../models/gridSlotsComponentsProps.js";
declare const GridRowCheckbox: React.ForwardRefExoticComponent<GridRowCheckboxProps> | React.ForwardRefExoticComponent<Omit<GridRowCheckboxProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
export { GridRowCheckbox };