export interface CrosshairProps { enabled: boolean; } export declare function Crosshair({ enabled }: CrosshairProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=crosshair.d.ts.map