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