import { CrosshairType } from './types'; interface CrosshairProps { width: number; height: number; type: CrosshairType; x: number; y: number; } export declare const Crosshair: import("react").MemoExoticComponent<({ width, height, type, x, y }: CrosshairProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=Crosshair.d.ts.map