import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { CrosshairIcon as VanillaCrosshairIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const CrosshairIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Crosshair: ForwardRefExoticComponent & RefAttributes>;