import { Coords } from '../../types'; interface Props { iconId: string; tile: Coords; } export declare const DragAndDrop: ({ iconId, tile }: Props) => import("react/jsx-runtime").JSX.Element; export {};