import { type GridRenderCellParams } from '@mui/x-data-grid';
declare function GridRowReorderCell(params: GridRenderCellParams): import("react/jsx-runtime").JSX.Element | null;
declare namespace GridRowReorderCell {
  var propTypes: any;
}
export { GridRowReorderCell };
export declare const renderRowReorderCell: (params: GridRenderCellParams) => import("react/jsx-runtime").JSX.Element | null;