import * as React from 'react'; import { GridCellParams } from '../../models/params/gridCellParams'; export declare function GridEditBooleanCell(props: GridCellParams & React.DetailedHTMLProps, HTMLLabelElement>): JSX.Element; export declare const renderEditBooleanCell: (params: any) => JSX.Element;