import React, { RefObject } from "react"; interface CrosshairProps { color?: string; containerRef?: RefObject; } declare const Crosshair: React.FC; export default Crosshair; //# sourceMappingURL=Crosshair.d.ts.map