///
import { IconButtonProps, MenuProps } from '@mui/material';
export declare function handleMoveUp(element: T, elements: T[]): T[];
export declare function handleMoveDown(element: T, elements: T[]): T[];
export interface DragButtonProps extends IconButtonProps {
onMoveUp?: () => void;
onMoveDown?: () => void;
onMoveLeft?: () => void;
onMoveRight?: () => void;
menuSx?: MenuProps['sx'];
}
export declare const DragButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
//# sourceMappingURL=DragButton.d.ts.map