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