import type { GridRowId } from '@mui/x-data-grid'; export declare function moveUp(arr: { name: string; }[], sel: GridRowId[], by?: number): { name: string; }[]; export declare function moveDown(arr: { name: string; }[], sel: GridRowId[], by?: number): { name: string; }[];