import * as React from 'react'; import { SvgIconProps } from '@material-ui/core/SvgIcon'; import { GridCellParams } from '../../models/params/gridCellParams'; export declare const GridBooleanCell: React.MemoExoticComponent<(props: GridCellParams & SvgIconProps) => JSX.Element>; export declare const renderBooleanCell: (params: any) => JSX.Element;