/// <reference types="react" />
import { GridRenderCellParams, GridRowId } from '@mui/x-data-grid-premium';
export declare function renderRating(params: GridRenderCellParams<number, {
    id: GridRowId;
}, any>): "" | JSX.Element | null;
