import { Modifier } from '@dnd-kit/core';
export declare const preventDragOffBoard: (boardId: string, draggingPiecePosition: string) => Modifier;
