import { type RefObject } from 'react';
/**
 * Publishes the plan coordinates under the pointer to the debug panel. Debug builds only.
 *
 * Rendered inside `<Renderer>`: `useViewport` and the panel resolve nowhere else, and each view
 * passes its own canvas.
 * @param props - The canvas the plan draws on.
 * @returns Nothing; this renders no scene node.
 */
export declare function MapCursorCoords(props: {
    canvas: RefObject<HTMLCanvasElement | null>;
}): null;
//# sourceMappingURL=MapCursorCoords.d.ts.map