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