import React from "react"; import type { MoveEvent } from "./types"; export declare const Crosshair: React.FC<{ makeXStyle?: (moveEvent: MoveEvent) => React.CSSProperties | undefined; makeXClassName?: (moveEvent: MoveEvent) => string; makeYStyle?: (moveEvent: MoveEvent) => React.CSSProperties | undefined; makeYClassName?: (moveEvent: MoveEvent) => string; }>; //# sourceMappingURL=CrossHair.d.ts.map