import * as React from 'react'; import type { GridRenderCellParams } from "../../models/params/gridCellParams.js"; declare const GridCellCheckboxForwardRef: React.ForwardRefExoticComponent> | React.ForwardRefExoticComponent & React.RefAttributes>; export { GridCellCheckboxForwardRef }; export declare const GridCellCheckboxRenderer: React.ForwardRefExoticComponent> | React.ForwardRefExoticComponent & React.RefAttributes>;